代码更新

This commit is contained in:
2022-08-25 11:08:08 +08:00
parent 12190ed0c5
commit 86e03615de
8 changed files with 823 additions and 56 deletions

View File

@@ -72,4 +72,12 @@ export function isMaterType(data) {
})
}
export default { add, edit, del, getResult, saveResult, confirm, setValid, copyAdd, isMaterType }
export function hpySync(data) {
return request({
url: 'api/physicalMst/hpySync',
method: 'post',
data
})
}
export default { add, edit, del, getResult, saveResult, confirm, setValid, copyAdd, isMaterType, hpySync }