领用申请
This commit is contained in:
parent
ea58bd28ed
commit
de0248a046
|
|
@ -455,11 +455,11 @@
|
||||||
checkId:this.baseForm.checkId,
|
checkId:this.baseForm.checkId,
|
||||||
checkState:type
|
checkState:type
|
||||||
}
|
}
|
||||||
checkCertificateApplyApi(this.baseForm).then(response => {
|
checkCertificateApplyApi(param).then(response => {
|
||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("修改成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 取消按钮
|
// 取消按钮
|
||||||
cancel() {
|
cancel() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue