@@ -100,6 +100,7 @@ export default {
searchData.endDate = ''
}
searchData.srcDeviceCode = this.srcDeviceCode
+ searchData.onlineFlag = 0
return deviceLogList(searchData).then(res => {
if (res.status == 200) {
const no = (res.data.pageNo - 1) * res.data.pageSize
@@ -202,7 +202,7 @@ export default {
centered: true,
content: '确定解绑该设备吗?',
onOk () {
- stationUnBind({ srcDeviceCode: item.srcDeviceCode }).then(res => {
+ stationUnBind({ srcDeviceCode: item.srcDeviceCode, stationNo: _this.networkNo }).then(res => {
_this.$message.success(res.message)
_this.getDevice()