Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/SpaceOfCheng/admin into dev

许成详 6 years ago
parent
commit
e955886a40
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/pages/system/newOrder/newOrderList/index.vue

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

@@ -126,7 +126,8 @@ export default {
126 126
   },
127 127
   created () {
128 128
     this.updateSystemInfo().then(() => {
129
-      if (this.CaseId) {
129
+      if (this.caseid) {
130
+        console.log(this.caseid)
130 131
         this.init()
131 132
       }
132 133
     })