From 139b86e259958791840d4b0ab067284b46f7127a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 16 四月 2025 15:22:34 +0800 Subject: [PATCH] 检验任务-查询bug --- src/views/business/inspectionTask/index.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/business/inspectionTask/index.vue b/src/views/business/inspectionTask/index.vue index ea4bfe9..c1a1a4b 100644 --- a/src/views/business/inspectionTask/index.vue +++ b/src/views/business/inspectionTask/index.vue @@ -19,7 +19,7 @@ </el-form-item> </el-form> </div> - <div class="center"> + <div class="center" v-loading="tableLoading"> <div class="center-options"> <div style="display: flex; align-items: center"> <span style="font-size: 14px">璇曢獙瀹ょ绫�:</span> @@ -38,7 +38,7 @@ <span>{{ page.total }}</span> </div> </div> - <lims-table :tableData="tableData" :column="column" :page="page" :tableLoading="tableLoading" + <lims-table :tableData="tableData" :column="column" :page="page" :rowClassName="rowClassName" :height="'calc(100vh - 300px)'" @pagination="pagination" key="tableData0"> <div slot="action" slot-scope="scope"> @@ -555,7 +555,6 @@ }, activated() { this.getAuthorizedPerson(); - this.queryParams.userId = this.userId; this.currentTime = getYearAndMonthAndDays(); this.getDicts("urgency_level").then((response) => { this.urgencyLevel = this.dictToValue(response.data); @@ -735,7 +734,7 @@ case 0: // 鍘熸潗鏂� this.$router.push({ - path: "/materialOrder/customsInspection", query: { + path: "/materialOrder/customsInspectionView", query: { customsInspection: row, active: this.activeFace, currentId: this.currentId, @@ -756,7 +755,7 @@ case 1: // 閾滄潗 this.$router.push({ - path: "/materialOrder/copperOrder", query: { + path: "/materialOrder/CopperView", query: { active: this.activeFace, currentId: this.currentId } -- Gitblit v1.9.3