Browse Source

优化初始化字段值

master
李磊 3 years ago
parent
commit
04782d21e8
  1. 4
      src/components/drawerDialog/index.vue

4
src/components/drawerDialog/index.vue

@ -813,7 +813,9 @@ export default {
fieldMode: 0,
indexFromRight: '',
templateId: '', // id
templateSettingId: '' // id
templateSettingId: '', // id
alias: '',
underlineStitching: false
},
form: {
templateId: undefined,

Loading…
Cancel
Save