From 7a81252dc14471798bfc871e019cf4fee0b0a429 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 25 Apr 2024 09:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E5=A4=8F=E6=8A=A5=E5=BA=9F=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forecastWaste/auditingReturn/index.vue | 3 --- .../forecastWaste/listing/index.vue | 18 ------------------ 2 files changed, 21 deletions(-) diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue index 89e8803d..6d055227 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue @@ -52,9 +52,6 @@ return { config, dialogConfig, - title: '', - dialogVisible: false, - dialogWidth: '', handleBtn: [ { btn_title: '查看', id: 1 }, { btn_title: '编辑退料', id: 2 }, diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue index 1e827a2d..f66e47bf 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/listing/index.vue @@ -205,15 +205,12 @@ this.submitScrapParams.deptIds.push(e.id) }) const res = await submitScrapApi(this.submitScrapParams) - console.log(res, '提交报废结果') - if (res.code == 200) { this.$message.success('已提交成功') this.dialogConfig.outerVisible = val this.$refs.listingTbRef.getList() } } - this.submitScrapParams.deptIds = this.submitScrapParams.taskIdList = [] }, @@ -246,18 +243,3 @@ }, } - -