瀏覽代碼

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

许成详 6 年之前
父節點
當前提交
e955886a40
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/pages/system/newOrder/newOrderList/index.vue

+ 2
- 1
src/pages/system/newOrder/newOrderList/index.vue 查看文件

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