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) {