fixing bug 8.11

This commit is contained in:
2020-08-11 10:23:04 +08:00
parent 6e900dcd3b
commit c01470b52d
13 changed files with 47 additions and 137 deletions

View File

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