From 34f4afc43d1e9b19362c46947ad046ec2810b99b Mon Sep 17 00:00:00 2001 From: danshihao Date: Sun, 7 Jan 2024 12:03:05 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=A8=BD=E6=9F=A5=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionProcessRectificationPlan.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue index 7b89b4c1..b6c2f54e 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessRectificationPlan.vue @@ -153,7 +153,8 @@ export default { } }, methods: { - show (record) { + show (record, index) { + this.index = index const data = record.enterpriseStandardInspectRectifyPlanList || [] this.dataSource = JSON.parse(JSON.stringify(data)) this.model = Object.assign({}, record)