From 6ef9e5189ac1888b8c4c504d5c5d3f431807ff56 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 15 三月 2025 11:57:40 +0800
Subject: [PATCH] 修改电路试验单位
---
src/components/view/a5-laboratory-qualifications.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/view/a5-laboratory-qualifications.vue b/src/components/view/a5-laboratory-qualifications.vue
index 29ae866..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">
@@ -405,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