haoxuan
2023-08-21 b141ba5fca46047791e7ea73a6e3c4bfc1b697d2
baocuo
1个文件已修改
6 ■■■■ 已修改文件
src/views/visualization.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -537,8 +537,8 @@
    getProgressInfo() {
      getProgress().then((res) => {
        if (res.code == 200) {
          this.finishNumber=res.data.finishNumber;
          this.finishPercent=res.data.finishPercent;
          this.finishNumber=res.data.finishNumber?res.data.finishNumber:0;
          this.finishPercent=res.data.finishPercent?res.data.finishPercent:0;
        }
      });
    },
@@ -606,7 +606,7 @@
            : {
                Order: {},
                Procedure: {
                  procedure: { inputMaterials: [], outputMaterials: [] },
                  procedure: { inputMaterials: [], outputMaterials: [],workers:[]  },
                },
              };
          this.taskData.Procedure.procedure.workers=this.taskData.Procedure.procedure.workers?this.taskData.Procedure.procedure.workers:[]