wangfei 6 lat temu
rodzic
commit
8927edf3cb
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      src/pages/user/placeOrder/index.vue

+ 2
- 1
src/pages/user/placeOrder/index.vue Wyświetl plik

@@ -248,8 +248,9 @@ export default {
248 248
             customercouponid: '',
249 249
             from: this.postData.from
250 250
           }).then((res) => {
251
+            console.log(JSON.stringify(res))
252
+            this.ajaxOff = true
251 253
             if (this.userInfo.customer.MapUser === '' || (this.userInfo.customer.MapUser !== '' && sessionStorage.getItem('from') !== 'sales')) {
252
-              console.log(JSON.stringify(res))
253 254
               this.ajaxOff = true
254 255
               this.$router.push({ name: 'placeOrderDetail', query: { info: JSON.stringify(this.selGoods), caseid: encodeURI(this.caseId), areaid: encodeURI(this.areaId), areaname: encodeURI(this.areaName), areaid: encodeURI(this.areaId), tableid: encodeURI(this.tableId), tableno: encodeURI(this.tableNo), ordersid: res.OrdersId } })
255 256
             } else {