qingyiay
2023-04-10 7406be32979e90a730b5a2ac8d392892f71835d2
pages/customer-page/customer-my/customer-my.vue
@@ -182,7 +182,7 @@
               this.$u.toast('添加成功');
               this.getFleet();
            } else {
               this.$u.toast(res.data ? res.data : '添加失败');
               this.$u.toast(res.msg ? res.msg : '添加失败');
            }
         });
         this.updateGroupShow = false;
@@ -247,6 +247,8 @@
            console.log('删除车队', res);
            if (res.code == 0) {
               this.$u.toast('删除成功');
            } else {
               this.$u.toast(res.msg ? res.msg : '删除失败');
            }
            uni.hideLoading();
            this.getFleet();