From df2cee8f75918a6cfca8c833c9771a40cb4f93b4 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 19 Nov 2024 11:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E4=BA=8B=E6=93=8D=E4=BD=9C=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/add_farming.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/massif/add_farming.vue b/pages/massif/add_farming.vue index a60a2d0..2de16ac 100644 --- a/pages/massif/add_farming.vue +++ b/pages/massif/add_farming.vue @@ -275,6 +275,7 @@ export default { }, massif:{}, tempType:"", + saveInput:[],//保存投入品数据 isShow:false, eventChannel:null, } @@ -307,7 +308,7 @@ export default { operateTime: v.operateTime, specificationId:v.specificationId, specs:v.specs, - })) + }))||[] }) this.formData.plotId=options.plotId this.init()