-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
- 查询
-
- 新增
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 显示/隐藏搜索栏
+ 重置
+ 查询
+ 新增
+
+
+
+
@@ -292,10 +296,12 @@ export default {
}
};
return {
+ showSearch: true,
roles: [],
query: {
userName: "",
userFlag: "1",
+ deptName: "",
page: 1,
limit: 10,
roleId: "",
@@ -363,6 +369,12 @@ export default {
};
},
methods: {
+ getDeptList(){
+
+ },
+ hideSearch() {
+ this.showSearch = !this.showSearch;
+ },
onReset() {
this.$router.push({
path: ""
@@ -370,6 +382,7 @@ export default {
this.query = {
userName: "",
userFlag: "1",
+ deptName: null,
page: 1,
limit: 10,
roleId: "",