修改工单审核

This commit is contained in:
龙运模 2025-01-09 19:12:21 +08:00
parent 3ae57dfba0
commit 8273e08949

View File

@ -348,7 +348,6 @@ export default {
} }
const res = await this.$API.orders.order.maintenance.review.post(params); const res = await this.$API.orders.order.maintenance.review.post(params);
if (res.code == 200) { if (res.code == 200) {
this.$refs.companyWfDialog.hideVisible();
this.$refs.table.refresh(); this.$refs.table.refresh();
} }
}) })