From 604147ab79d5246a6215a7a89bd340dcc393a085 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 25 三月 2025 17:55:22 +0800 Subject: [PATCH] 设备导入功能 --- src/views/business/outsourcedParts/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/business/outsourcedParts/index.vue b/src/views/business/outsourcedParts/index.vue index 335d700..a8851a9 100644 --- a/src/views/business/outsourcedParts/index.vue +++ b/src/views/business/outsourcedParts/index.vue @@ -188,6 +188,7 @@ this.getDicts("inspection_task_state").then((response) => { this.inspectionTaskState = this.dictToValue(response.data); }); + this.getList() }, methods: { getList() { -- Gitblit v1.9.3