|
|
@@ -340,13 +340,14 @@ Component({
|
|
|
let typeName = this.data.typeName
|
|
|
let docName = this.data.docName
|
|
|
let name = ''
|
|
|
- let flgBusiness = ''
|
|
|
// 部门
|
|
|
if (typeName === 'org') {
|
|
|
DataSourceCode = 'org'
|
|
|
- console.log(666);
|
|
|
- flgBusiness = true
|
|
|
+ let flgBusiness = true
|
|
|
name = '业务部门'
|
|
|
+ this.setData({
|
|
|
+ flgBusiness: flgBusiness
|
|
|
+ })
|
|
|
}
|
|
|
//业务员
|
|
|
if (typeName === 'staff') {
|
|
|
@@ -395,8 +396,7 @@ Component({
|
|
|
name = '结算方式'
|
|
|
}
|
|
|
this.setData({
|
|
|
- DataSourceCode: DataSourceCode,
|
|
|
- flgBusiness: flgBusiness
|
|
|
+ DataSourceCode: DataSourceCode
|
|
|
})
|
|
|
},
|
|
|
setCheck() {
|