Browse Source

fix:[模板管理]优化

ouqian
15881625488@163.com 1 month ago
parent
commit
88d517f11f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/views/business/comps/template/comps/gsp/GSP005.vue

+ 4
- 0
src/views/business/comps/template/comps/gsp/GSP005.vue View File

@ -828,6 +828,8 @@ export default {
}) })
} }
} }
//使
let tableListRy = content.formRyConfigs let tableListRy = content.formRyConfigs
if (tableListRy && tableListRy.length > 0) { if (tableListRy && tableListRy.length > 0) {
for (let i = 0; i < tableListRy.length; i++) { for (let i = 0; i < tableListRy.length; i++) {
@ -852,6 +854,8 @@ export default {
}) })
} }
} }
//使
} }
//使 //使
const stepResource = this.getStepResource() const stepResource = this.getStepResource()

Loading…
Cancel
Save