d2c182e7310c30a38ec6ce0d8a1d2ce00d51ac8f..1ecd9476b211106fde42f3089e7519722f2aa524
2024-01-04 zouyu
Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
1ecd94 对比 | 目录
2024-01-04 zouyu
工单-修改
4ef040 对比 | 目录
已修改1个文件
6 ■■■■ 文件已修改
src/views/plan/operationtask/operationtask-form.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/operationtask/operationtask-form.vue
@@ -521,7 +521,7 @@
  },
  data() {
    return {
      routingList: [],
      routingList: {},
      routingOptions: [],
      locationOptions: [],
      workstationOption: [],
@@ -688,7 +688,7 @@
        const queryParamStation = Object.assign({
          workCenter: this.dataForm.workCenter
        })
        getAllWorkstationList(queryParamStation).then((response) => {
          const resData = response.data.data
          if (resData && resData.length > 0) {
@@ -846,7 +846,7 @@
            this.$refs.ganttIndex.init(this.dataForm.workCenter, 1)
          })
        }
      })
      })
    },
    // 表单提交
    dataFormSubmit() {