From a91395e3e349e70c7a1be7c69f8a6d573afaf197 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 30 Aug 2022 14:55:07 +0800 Subject: [PATCH] upup --- .../inspection/components/editEquipment.vue | 279 ++++++++++++++++++ src/views/rain/maintain/maintain.vue | 2 +- 2 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 src/views/rain/inspection/components/editEquipment.vue diff --git a/src/views/rain/inspection/components/editEquipment.vue b/src/views/rain/inspection/components/editEquipment.vue new file mode 100644 index 0000000..1185310 --- /dev/null +++ b/src/views/rain/inspection/components/editEquipment.vue @@ -0,0 +1,279 @@ + + + + + diff --git a/src/views/rain/maintain/maintain.vue b/src/views/rain/maintain/maintain.vue index 91da426..2400856 100644 --- a/src/views/rain/maintain/maintain.vue +++ b/src/views/rain/maintain/maintain.vue @@ -1413,7 +1413,7 @@ titleArr:[], that.nowstatus = result.status; that.formdetail.id = result.id that.formdetail.end_type = result.end_type - that.formdetail.type = parseInt(result.type) + // that.formdetail.type = parseInt(result.type) that.wf_type = result.end_type if (result.rain_maintain_logs) { for (var k of result.rain_maintain_logs) {