添加了梦层

This commit is contained in:
2020-08-15 15:58:26 +08:00
parent 3884f93ad8
commit 1cc3f289fe
2 changed files with 3 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ export default {
getshiftlist() {
let that = this;
this.$u.api.getshiftlist({}).then(res => {
console.log(res);
console.log(JSON.stringify(res));
if (res.errCode != 0) {
this.$refs.uToast.show({
title: res.message,