This commit is contained in:
2021-07-22 23:15:40 +00:00
parent 74b176671a
commit 14ac505be8
5 changed files with 27 additions and 27 deletions

View File

@@ -317,8 +317,6 @@ export default {
try {
let res = await window.$gz.api.upsert("pick-list/list", pickListParams);
// let res = await window.$gz.api.get("pick-list/list" + urlParams);
vm.fetching = false;
//We never expect there to be no data here
if (!res.hasOwnProperty("data")) {