Sfoglia il codice sorgente

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

linweizeng 2 anni fa
parent
commit
fe79cd8344
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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})`