From 52fc68b64212289b1ec7483e9fbcc7f5d14965ba Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 16:34:06 +0800
Subject: [PATCH] 配置生丝标准的前端开发+输入常量的前端开发+配置满勤奖的前端开发
---
src/views/systemSetting/workshopManage/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/systemSetting/workshopManage/index.vue b/src/views/systemSetting/workshopManage/index.vue
index 997ccbb..5d500cf 100644
--- a/src/views/systemSetting/workshopManage/index.vue
+++ b/src/views/systemSetting/workshopManage/index.vue
@@ -118,6 +118,7 @@
// 鎼滅储
onFilterSearch(searchText) {
this.getDataParams.keyWord = searchText,
+ this.pagerOptions.currPage = 1;
this.getData()
},
// 鏂板
@@ -203,11 +204,12 @@
}).then(() => {
deleteWorkshopManage({ id: row.ID }).then((res) => {
if (res && res.code === 200) {
- this.getData()
this.$message({
type: 'success',
message: '鍒犻櫎鎴愬姛!'
});
+ this.pagerOptions.currPage = 1;
+ this.getData()
}
})
}).catch(() => {
--
Gitblit v1.8.0