Parcourir la source

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

许成详 il y a 6 ans
Parent
révision
e955886a40
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      src/pages/system/newOrder/newOrderList/index.vue

+ 2
- 1
src/pages/system/newOrder/newOrderList/index.vue Voir le fichier

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