修复主包内容

This commit is contained in:
冯辉
2025-11-07 18:38:01 +08:00
parent 270fd89371
commit 947c07bb35
76 changed files with 1883 additions and 167 deletions

View File

@@ -0,0 +1,16 @@
/*
* @Date: 2025-10-31 11:06:15
* @LastEditors: lip
* @LastEditTime: 2025-11-03 12:48:22
*/
// import { post, get } from '@/utilsRc/request'
import request from '@/utilsRc/request'
export function listJobType(query) {
return request({
url: '/basicdata/workType/list',
method: 'get',
params: query
})
}