This commit is contained in:
刘仕伟
2022-02-28 16:32:49 +08:00
parent 1c884e1b1b
commit 82d8c9a826

View File

@@ -114,7 +114,7 @@ export default {
if (res?.code == 0) {
this.$message.success("修改成功!")
} else {
row.isHot = (++isHot % 2).toString()
this.getTableData()
}
})
}