Explorar el Código

计划排期优化

wyh hace 1 año
padre
commit
c677019529
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

+ 2 - 1
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

@@ -452,7 +452,8 @@ export default {
         this.manager = res.map(response =>{
           return {
             key: response.name,
-            value: response.id,
+            // value: response.id,
+            value: response.name,
             label: response.name
           }
         })