This commit is contained in:
bb_pan 2025-03-27 13:23:19 +08:00
parent 89a9481b04
commit 4a815d660d
1 changed files with 3 additions and 1 deletions

View File

@ -1008,6 +1008,7 @@ export default {
handleNodeClick(data) {
console.log('🚀 ~ handleNodeClick ~ data:', data)
this.queryParams.typeId = data.id
this.form.companyId = data.companyId
this.handleQuery()
},
//
@ -1075,6 +1076,7 @@ export default {
} else {
this.field101fileList = []
}
this.form.companyId = response.data.companyId
this.imageUrl = this.form.photoUrl
this.open = true
@ -1232,7 +1234,7 @@ export default {
treeChange(val) {
console.log(val, '树节点')
this.form.companyId = val.companyId
// this.form.companyId = val.companyId
},
//
handleDetails(row) {