履约保证金履约保函功能
This commit is contained in:
@@ -817,7 +817,7 @@ export default {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('删除成功')
|
||||
this.getTable(addressSearch, [this.pageCurrent1, this.pageSize1], ['addressData', 'total1'])
|
||||
} else { this.$message.error('数据占用') }
|
||||
} else { this.$message.error('删除失败') }
|
||||
})
|
||||
}).catch(() => {
|
||||
this.$message({
|
||||
@@ -1106,7 +1106,7 @@ export default {
|
||||
}
|
||||
})
|
||||
if (data[0].result === '0') {
|
||||
this.$message.error('数据占用')
|
||||
this.$message.error('删除失败')
|
||||
}
|
||||
},
|
||||
handlePictureCardPreview(file) {
|
||||
@@ -1126,7 +1126,7 @@ export default {
|
||||
this.$message.error('只能上传图片。。')
|
||||
}
|
||||
if (!isLt4M) {
|
||||
this.$message.error('上传头像图片大小不能超过 4MB!')
|
||||
this.$message.error('上传图片大小不能超过 4MB!')
|
||||
}
|
||||
|
||||
return isJPG && isLt4M && isInvoiceNum
|
||||
|
||||
Reference in New Issue
Block a user