This commit is contained in:
parent
89a9481b04
commit
4a815d660d
|
|
@ -1008,6 +1008,7 @@ export default {
|
||||||
handleNodeClick(data) {
|
handleNodeClick(data) {
|
||||||
console.log('🚀 ~ handleNodeClick ~ data:', data)
|
console.log('🚀 ~ handleNodeClick ~ data:', data)
|
||||||
this.queryParams.typeId = data.id
|
this.queryParams.typeId = data.id
|
||||||
|
this.form.companyId = data.companyId
|
||||||
this.handleQuery()
|
this.handleQuery()
|
||||||
},
|
},
|
||||||
// 取消按钮
|
// 取消按钮
|
||||||
|
|
@ -1075,6 +1076,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.field101fileList = []
|
this.field101fileList = []
|
||||||
}
|
}
|
||||||
|
this.form.companyId = response.data.companyId
|
||||||
|
|
||||||
this.imageUrl = this.form.photoUrl
|
this.imageUrl = this.form.photoUrl
|
||||||
this.open = true
|
this.open = true
|
||||||
|
|
@ -1232,7 +1234,7 @@ export default {
|
||||||
treeChange(val) {
|
treeChange(val) {
|
||||||
console.log(val, '树节点')
|
console.log(val, '树节点')
|
||||||
|
|
||||||
this.form.companyId = val.companyId
|
// this.form.companyId = val.companyId
|
||||||
},
|
},
|
||||||
// 详情
|
// 详情
|
||||||
handleDetails(row) {
|
handleDetails(row) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue