Explorar el Código

计划排期优化

wyh hace 1 año
padre
commit
efc6f7e834
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 = []