南昌市物联网技防平台-前端
zengh
2021-03-26 ea0c15eba3525b922459c67b6001269245c95df8
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/tree",
              hide: true,
              props: {
                label: "title"
@@ -567,7 +567,7 @@
          });
      },
      searchReset() {
        this.treeDeptId = null;
        this.treeDeptId = "";
        this.query = {};
        this.onLoad(this.page);
      },