This commit is contained in:
@@ -266,7 +266,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let res = await window.$gz.api.get("pick-list/List" + urlParams);
|
let res = await window.$gz.api.get("pick-list/list" + urlParams);
|
||||||
|
|
||||||
vm.fetching = false;
|
vm.fetching = false;
|
||||||
//We never expect there to be no data here
|
//We never expect there to be no data here
|
||||||
|
|||||||
@@ -330,7 +330,7 @@ async function preFillSelection(vm) {
|
|||||||
if (vm.toUsers.find(z => z.id == i)) {
|
if (vm.toUsers.find(z => z.id == i)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
let res = await window.$gz.api.get("pick-list/List?ayaType=3&preId=" + i);
|
let res = await window.$gz.api.get("pick-list/list?ayaType=3&preId=" + i);
|
||||||
if (res.data && res.data.length > 0) {
|
if (res.data && res.data.length > 0) {
|
||||||
vm.toUsers.push(res.data[0]);
|
vm.toUsers.push(res.data[0]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user