From f69eb8a78229e607b288e6d389acd2e2da79f940 Mon Sep 17 00:00:00 2001 From: Dayu <1010@qq.com> Date: Wed, 17 Jul 2024 11:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=BA=E7=AB=99=E8=8E=B7=E5=8F=96=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/inspectiontasksDetail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/inspection/inspectiontasksDetail.vue b/src/views/inspection/inspectiontasksDetail.vue index 4ccff1a..29174bc 100644 --- a/src/views/inspection/inspectiontasksDetail.vue +++ b/src/views/inspection/inspectiontasksDetail.vue @@ -102,6 +102,7 @@ export default { prop: "station", type: "select", span: 7, + disabled: true, dicUrl: "/api/daf-system/dict/dictionary?code=station", props: { label: "dictValue", @@ -170,6 +171,7 @@ export default { }).then((res) => { this.information_form.objectName = res.data.data.objectName; this.information_form.objectType = res.data.data.objectType; + this.information_form.station = res.data.data.station; }) } },