From 4cecaa4d1c6146aaa2414ff115955129c5b5ce09 Mon Sep 17 00:00:00 2001 From: 17602169347 Date: Thu, 20 Apr 2023 15:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E5=90=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=BC=B9=E7=AA=97=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scm/basicInformation/tradeupload/ContractBox.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SC-web/src/views/scm/basicInformation/tradeupload/ContractBox.vue b/SC-web/src/views/scm/basicInformation/tradeupload/ContractBox.vue index 7d30fcb0..d97f72ab 100644 --- a/SC-web/src/views/scm/basicInformation/tradeupload/ContractBox.vue +++ b/SC-web/src/views/scm/basicInformation/tradeupload/ContractBox.vue @@ -98,12 +98,16 @@ this.checkedRow = row }, init(param) { + if(param){ + this.name = param.name + this.contractType = param.contractType + } this.visible = true this.listLoading = true - this.listQuery.name = param.name + this.listQuery.name = this.name this.listQuery.contractCode = this.contractCode this.listQuery.contractName = this.contractName - this.listQuery.contractType = param.contractType + this.listQuery.contractType = this.contractType this.listQuery.menuId = '380264320186993413' let listQuery = this.listQuery request({