Browse Source

fix:[填报表单]优化

lkf
15881625488@163.com 2 months ago
parent
commit
f2f1a6c11b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/business/study/comp/tbbd/Bj.vue

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

@ -827,7 +827,8 @@ export default {
}
}
that.$modal.loading()
that.formYjcc.resource = JSON.stringify(that.resource)
debugger
that.formYjcc.resource = JSON.stringify(that.resourceYj)
that.formYjcc.cclist = JSON.stringify(that.cclistYj)
studyFormFill_yjcc(that.formYjcc).then(response => {
that.openYjcc = false

Loading…
Cancel
Save