修复前端布防撤防调用失败

This commit is contained in:
lin
2025-07-30 10:22:51 +08:00
parent d51de48923
commit 24417203f0
3 changed files with 15 additions and 7 deletions

View File

@@ -362,7 +362,7 @@ export default {
})
},
resetGuard: function(itemData) {
this.$store.dispatch('device/ResetGuard', itemData.deviceId)
this.$store.dispatch('device/resetGuard', itemData.deviceId)
.then((data) => {
this.$message.success({
showClose: true,