Browse Source

fix:[模板管理]优化

ouqian
15881625488@163.com 1 month ago
parent
commit
83f1641787
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/business/comps/template/mixins/templateMixin.js

+ 4
- 1
src/views/business/comps/template/mixins/templateMixin.js View File

@ -62,6 +62,7 @@ export default {
studySn, studySn,
templateMc, templateMc,
templateMcEn, templateMcEn,
templateId,
templateSn, templateSn,
startDate, startDate,
bdmc, bdmc,
@ -109,7 +110,8 @@ export default {
studySn, studySn,
templateMc, templateMc,
templateMcEn, templateMcEn,
templateSn,
templateId,
templateSn,
startDate, startDate,
bdmc, bdmc,
endDate, endDate,
@ -123,6 +125,7 @@ export default {
studySn, studySn,
templateMc, templateMc,
templateMcEn, templateMcEn,
templateId,
templateSn, templateSn,
startDate, startDate,
bdmc, bdmc,

Loading…
Cancel
Save