This commit is contained in:
Gdpao
2020-08-11 11:12:32 +08:00
parent b3a7b2d032
commit 703689d272
10 changed files with 87 additions and 32 deletions

View File

@@ -241,7 +241,7 @@ export default {
// console.log(res)
if(res.errCode == 0) {
this.$u.toast(res.message);
this.$emit("getArticlelist");
this.$emit("updateList");
}
})
},