Browse Source

计划排期优化

wyh 1 year ago
parent
commit
efc6f7e834
1 changed files with 4 additions and 0 deletions
  1. 4 0
      itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

+ 4 - 0
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

@@ -301,6 +301,10 @@ export default {
       console.log(that.queryParams)
       var queryParam = that.queryParams
       console.log(22,queryParam)
+      if (queryParam.weituoClient == '' && queryParam.weituoNo == '') {
+        queryParam.weituoClient = undefined
+        queryParam.weituoNo = undefined
+      }
       getJhList(queryParam).then((res) => {
         console.log(17,res)
         that.taskLists = []