Browse Source

fix:[表单管理]优化

lkf
15881625488@163.com 2 months ago
parent
commit
17428b05d6
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/views/business/study/comp/jhbd/Bj.vue
  2. +1
    -1
      src/views/business/study/comp/sqbd/Bj.vue
  3. +1
    -1
      src/views/business/study/comp/tbbd/Bj.vue
  4. +1
    -1
      src/views/business/study/comp/ytbd/Bj.vue

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

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

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

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

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

@ -517,7 +517,7 @@ export default {
this.$modal.loading()
studyFormFill_bcOnly(this.form).then(response => {
this.form = response.data
this.templateData = deepClone(this.form)
this.templateData.bdmc = this.form.bdmc
this.showIndex = 2
const obj = Object.assign({}, this.$route, { title: this.form.bdmc })
this.$tab.updatePage(obj);

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

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

Loading…
Cancel
Save