代码注释以及去掉不必要的参数属性
This commit is contained in:
parent
12eee67965
commit
fb259fad26
|
|
@ -222,10 +222,8 @@ export default {
|
|||
loading: false,
|
||||
// 显示搜索条件
|
||||
showSearch: true,
|
||||
// 显示新增或修改弹窗
|
||||
showDevice: false,
|
||||
// 设备树选项
|
||||
deviceOptions: [],
|
||||
|
||||
// 总条数
|
||||
total: 0,
|
||||
// 报废原因表格数据
|
||||
|
|
@ -250,10 +248,6 @@ export default {
|
|||
teamId: undefined,
|
||||
},
|
||||
|
||||
defaultProps: {
|
||||
children: "children",
|
||||
label: "typeName",
|
||||
},
|
||||
//类型和名称下拉框
|
||||
parentOption: [],
|
||||
typeOption: [],
|
||||
|
|
@ -409,6 +403,7 @@ export default {
|
|||
.catch(() => {});
|
||||
},
|
||||
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
this.download(
|
||||
"/material/scrap_reason/export",
|
||||
|
|
|
|||
Loading…
Reference in New Issue