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); },