修复bug

This commit is contained in:
weipengfei 2024-03-09 09:22:17 +08:00
parent a3acf01c6d
commit dd8626746a

View File

@ -396,6 +396,7 @@ export default {
status: this.formValidate.status,
refusal: this.formValidate.refusal
}
if (parmas.status != 1 && parmas.status != -1) return this.$message.error('请选择审核状态!');
transferReviewApi(id, parmas).then(res => {
this.listLoading = false;
this.$message.success(res.message);