yuantianjiao 6 年之前
父節點
當前提交
f878cfd869
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/pages/system/newOrder/newOrderList/index.vue

+ 1
- 0
src/pages/system/newOrder/newOrderList/index.vue 查看文件

127
   created () {
127
   created () {
128
     this.updateSystemInfo().then(() => {
128
     this.updateSystemInfo().then(() => {
129
       if (this.caseid) {
129
       if (this.caseid) {
130
+        console.log(this.caseid)
130
         this.init()
131
         this.init()
131
       }
132
       }
132
     })
133
     })