|
@@ -165,7 +165,7 @@ export default {
|
|
title: '提示',
|
|
title: '提示',
|
|
content: '确定解绑该设备吗?',
|
|
content: '确定解绑该设备吗?',
|
|
onOk () {
|
|
onOk () {
|
|
- unbindVsDevice({ tenantId: _this.storeId, vsDeviceId: item.id }).then(res => {
|
|
|
|
|
|
+ unbindVsDevice({ id: item.id }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
_this.$refs.table.refresh()
|
|
_this.$refs.table.refresh()
|