Source/UBCS-WEB/src/components/template/Stage.vue
@@ -38,7 +38,11 @@ } }, watch: { code: { handler(newval, oldval) { this.getDataList() } } }, data() { const options = { @@ -98,6 +102,7 @@ ], option: { ...options, height: 383, column: [ { label: '模板编号', prop: 'modelKey' }, { label: '模板名称', prop: 'modelName' },