Przeglądaj źródła

improve: 订单编辑消息弹窗

From-wh 2 lat temu
rodzic
commit
68d3d84fe5

+ 0 - 4
template/admin/src/pages/order/orderList/components/tableList.vue

@@ -603,10 +603,6 @@ export default {
     getOrderData(id) {
       getOrdeDatas(id)
         .then(async (res) => {
-          if (res.data.status === false) {
-            return this.$authLapse(res.data);
-          }
-          this.$authLapse(res.data);
           this.FromData = res.data;
           this.$refs.edits.modals = true;
         })