src/views/zc/zc.vue
@@ -139,15 +139,18 @@ // label: "title", // value: "value" // }, }, { label: "辖区", prop: "jurisdiction", }, { label: "角色", prop: "parentId", hide: true, dicData: [], type: "tree", prop: "parentId", dicUrl: "/api/blade-system/role/tree", props: { label: "title" label: "title", value: "value" }, }, { @@ -228,7 +231,7 @@ }); }, handleEdit (row, index) { this.initData(); // this.initData(); this.$refs.crud.rowEdit(row, index); }, rowSave(row, done, loading) {