From 58db382cf1f02dd62109f18a38fff3b4d9c064f0 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 11:46:34 +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