Pārlūkot izejas kodu

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

许成详 6 gadus atpakaļ
vecāks
revīzija
e955886a40
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      src/pages/system/newOrder/newOrderList/index.vue

+ 2
- 1
src/pages/system/newOrder/newOrderList/index.vue Parādīt failu

126
   },
126
   },
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
     })