|
@@ -304,11 +304,12 @@ export default {
|
|
|
// 点击业务审核的保存按钮
|
|
|
async examFormSubmit(e, title) {
|
|
|
if (!this.loading) {
|
|
|
- const { state, remark, adjunct } = e;
|
|
|
+ const { state, remark, adjunct, adjunct_name } = e;
|
|
|
let model = {
|
|
|
bargainNo: this.queryId,
|
|
|
status: state,
|
|
|
adjunct: adjunct,
|
|
|
+ adjunct_name: adjunct_name,
|
|
|
remark: remark,
|
|
|
};
|
|
|
await this.$confirm(`确定要提交${title}审批结果?`, {
|