1. 安全环保检查申辩

pet-2.0
Shan Ao 2025-03-14 17:30:54 +08:00
parent f5e08c6d68
commit 0aa1a7c73c
1 changed files with 5 additions and 8 deletions

View File

@ -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: '申辩成功',