许成详 6 年之前
父節點
當前提交
b25ab2ed74

+ 1
- 1
dist/index.html 查看文件

@@ -1 +1 @@
1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.7ffa1e734532dcffb07b461fed08f53c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.59cfb4e83a152af8b9ee.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.716ad2278248b4a8df5c21977ed2e460.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.992319e39e0ff64940a3.js></script><script type=text/javascript src=./static/js/app.24e7c3d97dc17a7e8e9a.js></script></body></html>

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

@@ -150,9 +150,9 @@ export default {
150 150
         console.log(key, this.websockets[key])
151 151
         this.websockets[key].onclose()
152 152
       })
153
-      console.log('init')
153
+      // console.log('init')
154 154
       var param = []
155
-      if (!this.caseid) {
155
+      if (!this.CaseId) {
156 156
         this.$message({
157 157
           type: 'info',
158 158
           message: '请先选择案场'
@@ -160,7 +160,7 @@ export default {
160 160
         return
161 161
       }
162 162
       clearInterval(this.interval)
163
-      this.GetOrdersList({ caseid: this.caseid }).then((res) => {
163
+      this.GetOrdersList({ caseid: this.CaseId }).then((res) => {
164 164
         for (var n = 0; n < (res.list || []).length; n++) {
165 165
           if (res.list[n].IsIntimidate === 0) {
166 166
             param.push(res.list[n].OrdersId)

+ 1
- 1
src/pages/system/verificationManager/drawVerification/verificationList/index.vue 查看文件

@@ -132,7 +132,7 @@ export default {
132 132
       this.getList()
133 133
     },
134 134
     reback () { // 返回
135
-      this.$router.push({ name: 'drawVerificationList' })
135
+      this.$router.push({ name: 'drawVerification' })
136 136
     },
137 137
   }
138 138
 }