diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue index 410a9052..40b3e45f 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue @@ -114,7 +114,7 @@ export default { if (res?.code == 0) { this.$message.success("修改成功!") } else { - row.isHot = (++isHot % 2).toString() + this.getTableData() } }) }