haoxuan
2023-08-24 e1fd84bb7313090cb2d8c8295df0b1d0187dc461
工艺参数+编号的问题
2个文件已修改
4 ■■■■ 已修改文件
src/components/AddControl.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/AddControl.vue
@@ -83,7 +83,7 @@
      if(this.id){
        startTask({id:this.id}).then(res=>{
          if(res.code==200){
            this.Arr=res.data.params;
            this.Arr=res.data.Params;
          }
        })
      }else{
src/views/visualization.vue
@@ -663,7 +663,7 @@
              if (res.code == 200) {
                // res.data.number
                this.procedureList[0].push({
                  number: res.data.number,
                  number: res.data.Number,
                  name: "工艺",
                });
              }