初始化项目

This commit is contained in:
2026-03-22 00:27:15 +08:00
parent b40a1634ef
commit 1b9448a5a3
105 changed files with 11434 additions and 193 deletions

View File

@@ -266,7 +266,10 @@
const { ctxAdminPath } = useGlobSetting();
await downloadByUrl({
url: ctxAdminPath + '/biz/myNotes/exportData',
params: getForm().getFieldsValue(),
params: {
...getForm().getFieldsValue(),
createUser: userinfo.value.loginCode,
},
});
loading.value = false;
}