qingyiay
2023-04-10 1b4f1c9db703b1bfd0e3f8cc7f01153a7399088d
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -303,10 +303,10 @@
         this.$reqPost('getOneEvacuation', mix, 'json').then(res => {
            console.log(res, '第一次放空');
            if (res.code == 0) {
               this.$u.toast('已放空');
               this.$u.toast('操作成功');
               this.evacuationModalShow = false;
            } else {
               this.$u.toast('放空失败,请稍后重试');
               this.$u.toast('操作失败,请稍后重试');
               this.evacuationModalShow = false;
            }
         });