|
|
@@ -79,7 +79,7 @@
|
|
|
</ele-pro-table>
|
|
|
</el-card>
|
|
|
|
|
|
- <edit ref="editRef" @reload="reload" :template="type"></edit>
|
|
|
+ <edit ref="editRef" @reload="reload" :templateType="templateType"></edit>
|
|
|
<preview ref="previewRef" @reload="reload"></preview>
|
|
|
<processSubmitDialog
|
|
|
:processSubmitDialogFlag.sync="processSubmitDialogFlag"
|
|
|
@@ -105,7 +105,7 @@
|
|
|
mixins: [dictMixins, tableColumnsMixin],
|
|
|
components: { edit, preview, processSubmitDialog },
|
|
|
props: {
|
|
|
- type: {
|
|
|
+ templateType: {
|
|
|
type: String,
|
|
|
default: ''
|
|
|
}
|
|
|
@@ -229,7 +229,7 @@
|
|
|
...order,
|
|
|
pageNum: page,
|
|
|
size: limit,
|
|
|
- type: this.type
|
|
|
+ type: this.templateType
|
|
|
};
|
|
|
return getQmsReportTemplatePageList(body);
|
|
|
},
|