修复合同查询弹窗报错

product
17602169347 2 years ago
parent 84d24a5591
commit 4cecaa4d1c

@ -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({

Loading…
Cancel
Save