From 4b62098fb4528e3f38df4265e1e2ec081664d4b4 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期三, 25 十月 2023 13:18:41 +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