update:模型配置删除接口,只需要id参数

This commit is contained in:
hrz
2025-04-05 21:55:05 +08:00
parent d2e8d1c261
commit d53230245f
4 changed files with 34 additions and 36 deletions
@@ -94,10 +94,6 @@ export default {
this.deviceList[index].isEdit = false;
},
handleUnbind(device_id) {
if (!this.deviceApi) {
this.$message.error('功能模块加载失败');
return;
}
this.$confirm('确认要解绑该设备吗?', '警告', {
confirmButtonText: '确定',
cancelButtonText: '取消',