调整停止按钮参数方式

This commit is contained in:
lin
2025-11-11 22:03:28 +08:00
parent 99b292b023
commit c1254b5b09
2 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const actions = {
})
})
},
stop({ commit }, [deviceId, channelId]) {
stop({ commit }, { deviceId, channelId }) {
return new Promise((resolve, reject) => {
stop(deviceId, channelId).then(response => {
const { data } = response