Explorar el Código

删除多余的字段

695593266@qq.com hace 1 mes
padre
commit
604cdf6aae
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/factoryModel/station/components/edit.vue

+ 1 - 2
src/views/factoryModel/station/components/edit.vue

@@ -446,8 +446,7 @@
       taskIds: [],
       taskNames: [],
       activeName: '',
-      workstationSubstanceList: [],
-      clientEnvironmentId: this.$store.state.user.info.clientEnvironmentId
+      workstationSubstanceList: []
     };
   };