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