From d975fc4756806f5b51f006c19c33571b9b8c0b3b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 20 十二月 2024 09:30:19 +0800
Subject: [PATCH] 修改下单时要求值输入限制

---
 src/components/view/a5-laboratory-qualifications.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/view/a5-laboratory-qualifications.vue b/src/components/view/a5-laboratory-qualifications.vue
index 6850540..0bd8ef2 100644
--- a/src/components/view/a5-laboratory-qualifications.vue
+++ b/src/components/view/a5-laboratory-qualifications.vue
@@ -100,7 +100,7 @@
 				</div>
 				<div class="search_thing" style="padding-left: 30px;">
 					<el-button size="small" @click="refresh()">閲� 缃�</el-button>
-					<el-button size="small" type="primary" @click="refreshTable()">鏌� 璇�</el-button>
+					<el-button size="small" type="primary" @click="list=[],refreshTable()">鏌� 璇�</el-button>
 				</div>
 			</div>
 			<div class="table" v-if="radio==1" v-loading="pageLoading" @scroll="scrollFn">
@@ -305,7 +305,8 @@
 						},
 					},
 					requiredAdd: [],
-					requiredUp: []
+					requiredUp: [],
+          needSort: ['firstIssuanceDate', 'latestIssuanceDate', 'expireTime', 'name'],
 				},
 				itemParameterEntityCopy: {},
 				upIndex: 0,
@@ -404,7 +405,7 @@
           this.list=[];
           this.entity={
             name: null,
-            orderBy: {field: "id", order: "asc"}
+            // orderBy: {field: "id", order: "asc"}
           };
           this.refreshTable()
         }

--
Gitblit v1.9.3