This commit is contained in:
Gdpao
2020-08-17 16:57:23 +08:00
parent 9029e3c8ba
commit b1a705e0f8
8 changed files with 95 additions and 31 deletions

View File

@@ -242,7 +242,9 @@ export default {
if(res.errCode == 0) {
this.$u.toast(res.message);
this.$emit("updateList");
}
} else {
this.$u.toast(res.message);
}
})
},
toDetailsPage(id,type) {