This commit is contained in:
Gdpao
2020-08-14 08:26:50 +08:00
parent fbdd3f20b4
commit 150c3337e4
5 changed files with 52 additions and 10 deletions

View File

@@ -62,7 +62,8 @@
type: 'error'
})
}else{
this.show_add()
this.show_add();
this.fileListes.push(res.data);
this.$refs.uToast.show({
title: res.message,
type: 'success'