mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
feat:整合字典管理
This commit is contained in:
2
docs/template/soy.index.vue.vm
vendored
2
docs/template/soy.index.vue.vm
vendored
@ -138,7 +138,7 @@ async function edit(#foreach($column in $columns)#if($column.isPk == '1')$column
|
||||
}
|
||||
|
||||
async function handleExport() {
|
||||
download('/${moduleName}/${businessName}/export', searchParams, `${businessName}_#[[${new Date().getTime()}]]#.xlsx`);
|
||||
download('/${moduleName}/${businessName}/export', searchParams, `${functionName}_#[[${new Date().getTime()}]]#.xlsx`);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user