From f5cbbd5e6ecf6ba16523cdea205572f52e7643ae Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 20 九月 2023 11:40:13 +0800 Subject: [PATCH] 开始生产的接口变化 --- src/views/visualization.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/visualization.vue b/src/views/visualization.vue index 33b594a..aedaf2c 100644 --- a/src/views/visualization.vue +++ b/src/views/visualization.vue @@ -831,14 +831,14 @@ }, inputMaterials: [], outputMaterials: [ - [ - { - materialId:11111, - materialName:'272澶у鍟婃斁鍋囦簡鍗¤壈鑻﹀鏂楀瀮鍦惧彂蹇�掑瀮鍦惧弽棣堟潵寰楀強鍏嬮殕', - amount:100, - unit:'浠�' - } - ] + // [ + // { + // materialId:11111, + // materialName:'272澶у鍟婃斁鍋囦簡鍗¤壈鑻﹀鏂楀瀮鍦惧彂蹇�掑瀮鍦惧弽棣堟潵寰楀強鍏嬮殕', + // amount:100, + // unit:'浠�' + // } + // ] ], procedureList: [ // [ @@ -921,8 +921,8 @@ } }); - this.Tasks.push(object) - this.Tasks.push(object) + // this.Tasks.push(object) + // this.Tasks.push(object) }, getStartArr(){ for (let i in this.Tasks) { -- Gitblit v1.8.0