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,6 +127,7 @@ export default {
127 127
   created () {
128 128
     this.updateSystemInfo().then(() => {
129 129
       if (this.caseid) {
130
+        console.log(this.caseid)
130 131
         this.init()
131 132
       }
132 133
     })