|
|
@@ -209,10 +209,10 @@ export default {
|
|
|
/*选择部门*/
|
|
|
depSelect(val){
|
|
|
this.person = ''
|
|
|
- this.depment = val[val.length -1]
|
|
|
+ this.depment = val
|
|
|
this.param.content.type = 1
|
|
|
- this.param.content.dataid = this.depment
|
|
|
- this.queryModel(this.depment)
|
|
|
+ this.param.content.dataid = val[val.length -1]
|
|
|
+ this.queryModel(val[val.length -1])
|
|
|
},
|
|
|
/*选择业务员*/
|
|
|
personSelect(val){
|