mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
[FIX]自助入司-影像上传-增加上传图片失败提示
This commit is contained in:
@@ -318,7 +318,7 @@ export default {
|
|||||||
}
|
}
|
||||||
that.list.push(obj)
|
that.list.push(obj)
|
||||||
} else {
|
} else {
|
||||||
that.$toast(res.resultMessage, '请重新上传图片')
|
that.$toast(res.resultMessage || '请重新上传图片')
|
||||||
switch (that.type) {
|
switch (that.type) {
|
||||||
case 'fileListBank01':
|
case 'fileListBank01':
|
||||||
this.fileListBank01.pop()
|
this.fileListBank01.pop()
|
||||||
|
|||||||
Reference in New Issue
Block a user