zengh
2021-08-09 ee4e0076832e55cf23b41bdf0426e11e26bb8a5c
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) {