This commit is contained in:
2026-06-17 21:32:18 +08:00
commit ae96f2c9ff
615 changed files with 22334 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import { post } from '@/utils/request'
// 更新或者保存数据
export function jieshuData(data) {
return post('/tjhxxb/controller/jiechu', data)
}
// 分页查询
export function pageList(data){
return post('/tsjxxb/controller/paging', data)
}