Merge pull request 'gdpao' (#223) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/223
This commit was merged in pull request #223.
This commit is contained in:
gyh
2020-08-17 16:58:52 +08:00
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) {