diff --git a/src/views/system/commandLog/index.vue b/src/views/system/commandLog/index.vue
index 3c4898a..683d3cd 100644
--- a/src/views/system/commandLog/index.vue
+++ b/src/views/system/commandLog/index.vue
@@ -22,6 +22,14 @@
+
+
+
搜索
重置
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 283f4d3..701d056 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -564,6 +564,10 @@ export default {
pageNum: 1,
pageSize: 20,
},
+ queryParams2: {
+ pageNum: 1,
+ pageSize: 999,
+ },
// 表单参数
form: {
payChannel: 2,
@@ -661,7 +665,7 @@ export default {
},
methods: {
todetal(row){
- const deptId = row.deptId
+ const deptId = row.deptId
this.$router.push(`/system/deptDetail/index/${deptId}`);
},
withdrawSubmit(){
@@ -810,7 +814,7 @@ export default {
this.areaOptions = response.rows;
this.form.parentId = 100;
});
- listChannel(this.queryParams).then(response => {
+ listChannel(this.queryParams2).then(response => {
this.channelOptions = response.rows;
});
});