二级系统联合寻找数据

This commit is contained in:
2026-02-03 16:11:02 +08:00
parent b04360b770
commit 17016c8177
9 changed files with 202 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
import request from '@/utils/request'
export function getAcidTypingPrefill(currentCoilNo) {
return request({
url: '/pocket/acidTyping/prefill',
method: 'get',
params: { currentCoilNo }
})
}