From ab87478ba941f90cd60252cf4d34aa585dc1a63f Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 22 七月 2024 18:29:10 +0800
Subject: [PATCH] 设备数采配置 调整

---
 src/components/view/b1-inspection-order.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue
index 4e6d293..e7ac309 100644
--- a/src/components/view/b1-inspection-order.vue
+++ b/src/components/view/b1-inspection-order.vue
@@ -156,7 +156,7 @@
 
 <template>
 	<div class="inspection_order">
-		<div style="width: 100%;height: 100%;" v-if="active == 0">
+		<div style="width: 100%;height: 100%;" v-show="active == 0">
 			<div>
 				<el-row class="title">
 					<el-col :span="12" style="padding-left: 20px;text-align: left;">妫�楠屼笅鍗�</el-col>
@@ -773,8 +773,8 @@
 					this.personList = data
 				})
 			},
-			refreshTable() {
-				this.$refs['ValueTable'].selectList()
+			refreshTable(e) {
+				this.$refs['ValueTable'].selectList(e)
 			},
 			refresh() {
 				this.componentData.entity = this.HaveJson(this.entityCopy)
@@ -901,7 +901,7 @@
 					this.$message.success('淇敼鎴愬姛')
 					this.upLoad = false
 					this.issuedDialogVisible = false
-					this.refreshTable()
+					this.refreshTable('page')
 				}).catch(e => {
 					this.$message.error('淇敼澶辫触')
 					this.upLoad = false
@@ -914,7 +914,7 @@
             if (res.code===200){
               this.upLoad=false
               this.quashDialogVisible=false
-              this.refreshTable()
+              this.refreshTable('page')
               this.$message.success("鏇存柊鎴愬姛")
             }
           })
@@ -923,7 +923,7 @@
             if (res.code===200){
               this.upLoad = false
               this.quashDialogVisible = false
-              this.refreshTable()
+              this.refreshTable('page')
               this.$message.success("鏇存柊鎴愬姛")
             }
           })
@@ -938,6 +938,7 @@
 			// 涓嬪崟
 			playOrder(num) {
 				this.active = num
+        this.refreshTable('page')
 			},
 			handleTab(m, i) {
 				this.tabIndex = i;

--
Gitblit v1.9.3