Browse Source

bug修改

wangfei 6 years ago
parent
commit
1c49baf75a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/user/placeOrder/index.vue

+ 1
- 1
src/pages/user/placeOrder/index.vue View File

@@ -249,7 +249,7 @@ export default {
249 249
             from: this.postData.from
250 250
           }).then((res) => {
251 251
             if (this.userInfo.customer.MapUser === '' || (this.userInfo.customer.MapUser !== '' && sessionStorage.getItem('from') !== 'sales')) {
252
-              // console.log(JSON.stringify(res))
252
+              console.log(JSON.stringify(res))
253 253
               this.ajaxOff = true
254 254
               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 255
             } else {