mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 10:13:05 +08:00
补充说明字段名调整
This commit is contained in:
@@ -483,8 +483,7 @@ export default {
|
||||
bankName: '',
|
||||
bankNo: '',
|
||||
list: [],
|
||||
signInfo: signInfo,
|
||||
suplementDesc: '客户已上传资料'
|
||||
signInfo: signInfo
|
||||
}
|
||||
// 验证码验证成功
|
||||
if (data) {
|
||||
@@ -498,7 +497,9 @@ export default {
|
||||
else if (this.issueType === '828601') {
|
||||
problemData.list.push(...this.imageResultList)
|
||||
if (this.suplementDesc.trim()) {
|
||||
problemData.suplementDesc = this.suplementDesc.trim()
|
||||
problemData.content = this.suplementDesc.trim()
|
||||
} else {
|
||||
problemData.content = '客户已上传资料'
|
||||
}
|
||||
}
|
||||
// 转账不成功问题件
|
||||
|
||||
Reference in New Issue
Block a user