fix:添加上传成功的提示
This commit is contained in:
@@ -206,7 +206,7 @@ export default {
|
|||||||
form.append('saId', this.obj.id)
|
form.append('saId', this.obj.id)
|
||||||
const res = await this.$post('/license/uploadV2C', form, { 'Content-Type': 'multipart/form-data' })
|
const res = await this.$post('/license/uploadV2C', form, { 'Content-Type': 'multipart/form-data' })
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.$message.success()
|
this.$message.success(this.$t('tip.uploadSuccess'))
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.msg)
|
this.$message.error(res.msg)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user