瀏覽代碼

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) {
       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;
         })