This commit is contained in:
张成
2025-10-09 23:13:42 +08:00
parent f91206702b
commit 1d3eb75c64
28 changed files with 118 additions and 832 deletions

View File

@@ -55,8 +55,8 @@
<script>
import { getList, add, edit, del, exportData } from '@/api/ball/resources_server'
import uiTool from '@/libs/uiTool'
import funTool from '@/libs/funTool'
export default {
name: 'resources',
@@ -230,7 +230,7 @@ export default {
}
}
];
return uiTool.getBtn(h, btns);
return window.framework.uiTool.getBtn(h, btns);
}
}
],
@@ -301,7 +301,7 @@ export default {
},
exportCsv() {
exportData(this.gridOption.param).then(res => {
funTool.downloadFile(res, '资源管理.csv')
window.framework.funTool.downloadFile(res, '资源管理.csv')
})
},
resetQuery() {