领用申请

This commit is contained in:
zzyuan 2025-11-26 16:45:35 +08:00
parent ea58bd28ed
commit de0248a046
1 changed files with 2 additions and 2 deletions

View File

@ -455,11 +455,11 @@
checkId:this.baseForm.checkId,
checkState:type
}
checkCertificateApplyApi(this.baseForm).then(response => {
checkCertificateApplyApi(param).then(response => {
this.$modal.msgSuccess("修改成功");
this.open = false;
this.getList();
});
});
},
//
cancel() {