南昌市物联网技防平台-前端
shuishen
2021-03-26 7b3ded19acade1ea4617e299934bf244fd51ec3b
src/views/clientManagement/clientManagement.vue
@@ -258,9 +258,9 @@
            },
            {
              label: "上级菜单",
              prop: "pid",
              prop: "deptId",
              type: "tree",
              dicUrl: "/api/blade-jfpts/catalogs/catalogs/tree",
              dicUrl: "/api/blade-system/dept/trees",
              hide: true,
              props: {
                label: "title"
@@ -567,7 +567,7 @@
          });
      },
      searchReset() {
        this.treeDeptId = null;
        this.treeDeptId = "";
        this.query = {};
        this.onLoad(this.page);
      },