|
@@ -354,7 +354,7 @@ export default {
|
|
'size': this.pageSize,
|
|
'size': this.pageSize,
|
|
'name': this.dataForm.name ? this.dataForm.name : null,
|
|
'name': this.dataForm.name ? this.dataForm.name : null,
|
|
'state': this.dataForm.state ? this.dataForm.state : null,
|
|
'state': this.dataForm.state ? this.dataForm.state : null,
|
|
- 'onlineState': this.dataForm.onlineState != undefined ? this.dataForm.onlineState : null
|
|
|
|
|
|
+ 'onlineState': this.dataForm.onlineState !== undefined ? this.dataForm.onlineState : null
|
|
})
|
|
})
|
|
}).then(({data}) => {
|
|
}).then(({data}) => {
|
|
if (data && data.code === '200') {
|
|
if (data && data.code === '200') {
|