Преглед изворни кода

improve: 订单编辑消息弹窗

From-wh пре 2 година
родитељ
комит
68d3d84fe5
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      template/admin/src/pages/order/orderList/components/tableList.vue

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

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