Browse Source

fix:[模板管理]优化

lkf
15881625488@163.com 1 month ago
parent
commit
79117bb915
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/study/comp/ytbd/Bj.vue

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

@ -228,7 +228,7 @@ export default {
this.$modal.loading()
studyFormPre_bcOnly(this.form).then(response => {
this.form = response.data
this.templateData.bdmc = this.form.bdmc
this.templateData = deepClone(this.form)
this.showIndex = 2
this.$modal.closeLoading()
}).finally(() => {

Loading…
Cancel
Save