yuantianjiao 6 years ago
parent
commit
f878cfd869
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/system/newOrder/newOrderList/index.vue

+ 1
- 0
src/pages/system/newOrder/newOrderList/index.vue View File

@@ -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
     })