diff --git a/ruoyi-ui/src/views/benyi/themetermplanapproval/approval.vue b/ruoyi-ui/src/views/benyi/themetermplanapproval/approval.vue index 1f47973ef..6eed6510a 100644 --- a/ruoyi-ui/src/views/benyi/themetermplanapproval/approval.vue +++ b/ruoyi-ui/src/views/benyi/themetermplanapproval/approval.vue @@ -39,7 +39,7 @@ {{ item.month }} - + {{ themeFormat(index) }} + {{ item.remark }} @@ -189,7 +190,6 @@ export default { if (response.data.status == "1") { this.form.status = null; } - }); this.getThemeTermItemPlan(); },