|
|
@@ -683,7 +683,6 @@
|
|
|
}
|
|
|
},
|
|
|
GetEquipmentClear () {
|
|
|
- this.EquipmentInfosList = null
|
|
|
this.EquipmentIds = null
|
|
|
},
|
|
|
// 根据子code获取所有父code
|
|
|
@@ -1015,8 +1014,7 @@
|
|
|
}
|
|
|
if (this.CreateOn && this.CreateOn.length === 2) {
|
|
|
let params2 = {
|
|
|
- CreateOnstart: this.CreateOn[0] / 1000,
|
|
|
- CreateOnend: this.CreateOn[1] / 1000
|
|
|
+ create_on: this.CreateOn[0] / 1000 + ',' + this.CreateOn[1] / 1000
|
|
|
}
|
|
|
params = Object.assign(params, params2)
|
|
|
}
|