Browse Source

fix:[模板管理]优化

luojie
15881625488@163.com 1 week ago
parent
commit
0ed001a318
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/tbbd/Fh.vue

+ 1
- 1
src/views/business/study/comp/tbbd/Fh.vue View File

@ -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()

Loading…
Cancel
Save