From 4710b56904e9835df09529e3ec0df2bbc1c2fd7e Mon Sep 17 00:00:00 2001
From: 18650502300 <18650502300@163.com>
Date: Tue, 24 Dec 2024 08:48:10 +0800
Subject: [PATCH 1/2] bug
---
src/views/system/dept/index.vue | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
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;
});
});
From 8e7aecb0abcd92bc72e3e8443fdb2a92d1906b43 Mon Sep 17 00:00:00 2001
From: 18650502300 <18650502300@163.com>
Date: Thu, 26 Dec 2024 20:34:57 +0800
Subject: [PATCH 2/2] 11
---
src/views/system/commandLog/index.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/views/system/commandLog/index.vue b/src/views/system/commandLog/index.vue
index f7f1df4..ed80480 100644
--- a/src/views/system/commandLog/index.vue
+++ b/src/views/system/commandLog/index.vue
@@ -51,6 +51,14 @@
@keyup.enter.native="handleQuery"
/>
+
+
+
搜索
重置