|
|
@ -233,7 +233,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
async showApprove(qmyy) { |
|
|
async showApprove(qmyy) { |
|
|
if (!this.$refs.templateTable.isReply()) { |
|
|
|
|
|
|
|
|
if ((qmyy == '通过'||qmyy == '复核通过')&&!this.$refs.templateTable.isReply()) { |
|
|
this.$modal.msgError("还有疑问项未回复"); |
|
|
this.$modal.msgError("还有疑问项未回复"); |
|
|
} else { |
|
|
} else { |
|
|
let content = await this.$refs.templateTable.getFormData() |
|
|
let content = await this.$refs.templateTable.getFormData() |
|
|
|