From 0aa1a7c73c92b76e9ed225cd0b1e3677cce2ffb9 Mon Sep 17 00:00:00 2001 From: Shan Ao <178391389@qq.com> Date: Fri, 14 Mar 2025 17:30:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=AE=89=E5=85=A8=E7=8E=AF=E4=BF=9D?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=94=B3=E8=BE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../initiate/plead.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pages/safety-environmental-inspection/initiate/plead.vue b/pages/safety-environmental-inspection/initiate/plead.vue index 8156778..5252bd2 100644 --- a/pages/safety-environmental-inspection/initiate/plead.vue +++ b/pages/safety-environmental-inspection/initiate/plead.vue @@ -167,15 +167,12 @@ export default { }) return; } - let rePD = { - 'filePath': this.form.SIGN_IMG, - name: 'FFILE', - 'formData': this.form, - 'loginUserId': this.userInfo.USER_ID, - 'loginUserName': this.userInfo.USERNAME - } + this.form.loginUserId = this.userInfo.USER_ID; + this.form.loginUserName = this.userInfo.USERNAME; await setSafetyenvironmentalExplain({ - ...rePD + filePath: this.form.SIGN_IMG, + name: 'FFILE', + formData: this.form }) uni.showToast({ title: '申辩成功',