代码注释以及去掉不必要的参数属性

This commit is contained in:
hongchao 2025-01-07 18:40:51 +08:00
parent 12eee67965
commit fb259fad26
1 changed files with 2 additions and 7 deletions

View File

@ -222,10 +222,8 @@ export default {
loading: false, loading: false,
// //
showSearch: true, showSearch: true,
//
showDevice: false, showDevice: false,
//
deviceOptions: [],
// //
total: 0, total: 0,
// //
@ -250,10 +248,6 @@ export default {
teamId: undefined, teamId: undefined,
}, },
defaultProps: {
children: "children",
label: "typeName",
},
// //
parentOption: [], parentOption: [],
typeOption: [], typeOption: [],
@ -409,6 +403,7 @@ export default {
.catch(() => {}); .catch(() => {});
}, },
/** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
"/material/scrap_reason/export", "/material/scrap_reason/export",