From 25bfdf783be9c8e34afcec8106c39e17aa66a1e2 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 29 四月 2024 15:56:43 +0800
Subject: [PATCH] 纤度检验表的 车间显示问题处理

---
 src/views/systemSetting/dataDictionary/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/systemSetting/dataDictionary/index.vue b/src/views/systemSetting/dataDictionary/index.vue
index 5a6c444..a1c12dc 100644
--- a/src/views/systemSetting/dataDictionary/index.vue
+++ b/src/views/systemSetting/dataDictionary/index.vue
@@ -122,6 +122,7 @@
     // 鎼滅储
     onFilterSearch(searchText) {
       this.getDataParams.keyword=searchText,
+      this.pagerOptions.currPage = 1;
       this.getData()
     },
     // 鏂板
@@ -259,6 +260,7 @@
         }).then(() => {
           deleteDict({id:row.ID}).then((res)=>{
             if(res&&res.code===200){
+              this.pagerOptions.currPage = 1;
               this.getData()
               this.$message({
                 type: 'success',

--
Gitblit v1.8.0