This commit is contained in:
parent
89a9481b04
commit
4a815d660d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue