浏览代码

Merge branch 'master' of http://119.23.210.103:3000/wy/zdqy_firm_former

linweizeng 2 年之前
父节点
当前提交
fe79cd8344
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/platform/cat/type/edit.vue

+ 1 - 0
src/views/platform/cat/type/edit.vue

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