This commit is contained in:
unknown 2023-09-20 15:07:34 +08:00
parent fd0bab1801
commit 3ab246e20e
1 changed files with 2 additions and 2 deletions

View File

@ -144,13 +144,13 @@ export default {
//
uploadSuccess(response){
if (response.status == 0) {
if (response.status == 1) {
Message.success(response.msg)
this.dialogVisible = false
this.$refs.fileUpload.clearFiles()
this.highlightedExpertIds = []
this.getAllExpertInfo()
}else if (response.status == 10){
}else if (response.status == 0){
//
Message.warning(response.msg)
this.dialogVisible = false