zouyu
2024-01-04 4ef0408e5021e54d3bd19149e6769704112775fb
工单-修改
已修改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() {