diff --git a/src/api/basic/product/udiRelevance.js b/src/api/basic/product/udiRelevance.js index 471ff4af..516b0c1d 100644 --- a/src/api/basic/product/udiRelevance.js +++ b/src/api/basic/product/udiRelevance.js @@ -200,6 +200,14 @@ export function getGgxhList(params) { }); } +export function getGgxhListOptimize(params) { + return axios({ + url: "/udiwms/udiinfo/getGgxhListOptimize", + method: "get", + params: params + }); +} + diff --git a/src/views/inventory/count/InvCountOrderAudit.vue b/src/views/inventory/count/InvCountOrderAudit.vue index 3cda419f..eb1c877e 100644 --- a/src/views/inventory/count/InvCountOrderAudit.vue +++ b/src/views/inventory/count/InvCountOrderAudit.vue @@ -1,8 +1,8 @@