Browse Source

fix:[表单管理]优化

luojie
15881625488@163.com 3 weeks ago
parent
commit
0cc6a8abea
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      src/views/business/study/comp/ytbd/Bj.vue
  2. +2
    -2
      src/views/business/study/comp/ytbd/Sh.vue

+ 1
- 0
src/views/business/study/comp/ytbd/Bj.vue View File

@ -342,6 +342,7 @@ export default {
let content = await this.$refs.templateTable.getFormData()
if (content) {
this.form.bdnr = JSON.stringify(content)
this.form.qmyy = this.$t('page.business.study.studyFormPre.zztjyzbd')
this.openSubmit = true
}
},

+ 2
- 2
src/views/business/study/comp/ytbd/Sh.vue View File

@ -187,7 +187,7 @@ export default {
resetApprove() {
this.formApprove = {
id: null,
qmyy: null,
qmyy: this.$t('page.business.study.studyFormPre.shtg'),
remark: null,
qmrmm: null
}
@ -196,7 +196,7 @@ export default {
resetReject() {
this.formReject = {
id: null,
qmyy: null,
qmyy: this.$t('page.business.study.studyFormPre.shjj'),
remark: null,
qmrmm: null
}

Loading…
Cancel
Save