This commit is contained in:
吴红兵
2026-03-07 01:34:48 +08:00
parent adc511cfdc
commit 94c3473958
1211 changed files with 599405 additions and 322105 deletions

View File

@@ -23,7 +23,7 @@ import request from '/@/utils/request';
export function getFileTypes() {
return request({
url: '/purchase/purchasingfiles/file-types',
method: 'get'
method: 'get',
});
}
@@ -32,4 +32,4 @@ export function getFileTypes() {
*/
export function getDeptSelfMeetingFiletype() {
return '140';
}
}