|
@@ -329,6 +329,7 @@ export default {
|
|
|
}).catch(() => { })
|
|
}).catch(() => { })
|
|
|
},
|
|
},
|
|
|
radioChangeHandle(h) {
|
|
radioChangeHandle(h) {
|
|
|
|
|
+ this.type.authorityObject.buMen = JSON.parse(this.parentData.authorityName).buMen
|
|
|
if (h == '部门查阅' && this.cascaderOptions.length == 0) {
|
|
if (h == '部门查阅' && this.cascaderOptions.length == 0) {
|
|
|
this.type.authorityObject.buMen = ''
|
|
this.type.authorityObject.buMen = ''
|
|
|
let sql = `select * FROM ibps_party_entity WHERE party_type_='position' AND PATH_ IN (${this.$store.getters.level.first})`
|
|
let sql = `select * FROM ibps_party_entity WHERE party_type_='position' AND PATH_ IN (${this.$store.getters.level.first})`
|