From 7ba5fbf8cc9e6c920e4b0d8b3fe09b682ba70451 Mon Sep 17 00:00:00 2001
From: yuanwei <362142050@qq.com>
Date: Sat, 2 Dec 2023 23:36:34 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/customConfig/index.vue | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/views/system/customConfig/index.vue b/src/views/system/customConfig/index.vue
index 3f0bffd..1f0ef6b 100644
--- a/src/views/system/customConfig/index.vue
+++ b/src/views/system/customConfig/index.vue
@@ -6,6 +6,9 @@
+
+
+
@@ -45,6 +48,13 @@
+
@@ -142,7 +152,10 @@
//---------------仓库相关-------------------
query: {
name: null,
+ remark: null,
type: null,
+ page: 1,
+ limit: 10,
},
loading: true,
list: [],
@@ -180,6 +193,9 @@
this.query = {
name: "",
type: "",
+ remark: "",
+ page: 1,
+ limit: 10,
};
this.getList();
@@ -275,6 +291,7 @@
}
},
forSubmit() {
+ this.query.page = 1;
// 新增,编辑---提交
this.$refs["dataForm"].validate((valid) => {
if (valid) {