From 98383b4460ed643d3a1dadd256f81aaa283aa71a Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期二, 24 十月 2023 18:50:20 +0800 Subject: [PATCH] 验收单 --- src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue index 2af4bf8..ffc1d28 100644 --- a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue +++ b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue @@ -430,11 +430,9 @@ }, methods: { initNum() { - getAction(this.url.getNum, { type: 'SparePart', length: '4' }).then((res) => { + getAction(this.url.getNum, { type: 'SparePartScrap', length: '4' }).then((res) => { if (res.success) { this.model.num = res.message - - /* this.model.setFieldsValue({ num: res.message }); */ } }) }, -- Gitblit v1.9.3