修复bug
This commit is contained in:
parent
a3acf01c6d
commit
dd8626746a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user