licp
2024-10-23 70b0536fd16503148d212bf323e68b09e61c3e04
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()
        }