反馈设置为已解决后,统计数量刷新

This commit is contained in:
DESKTOP-6C3NK6N\WXS
2024-08-07 10:37:12 +08:00
parent 6e72825dff
commit 2e56e069d2
4 changed files with 12 additions and 4 deletions
+3 -2
View File
@@ -116,14 +116,14 @@
>
{{ $t("common:button:reset") }}
</el-button>
<el-button
<!-- <el-button
type="primary"
size="mini"
@click="report"
v-if="level > 7"
>
{{ $t("common:button:export") }}
</el-button>
</el-button> -->
</el-form-item>
<el-button
type="primary"
@@ -445,6 +445,7 @@ export default {
Id: row.Id,
callBack: () => {
this.getList();
this.$emit("success");
},
});
},