src/views/applicationBatchList/components/ApprovalDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/applicationBatchList/components/ApprovalDialog.vue
@@ -576,7 +576,7 @@ const params = { applyId: Number(this.id), // 确保是数字类型 reason: this.form.auditComment.trim()||'', reason: this.form.auditComment ? this.form.auditComment.trim() : "", status: Number(this.form.auditResult === "通过" ? 1 : 2), // 确保是数字类型 };