|
@@ -114,7 +114,7 @@ const priorityColor=(isComplete)=>{
|
|
|
}
|
|
|
}
|
|
|
const getBrazeOption = () => {
|
|
|
- processBrazeQuery(proStore.odersData.operationId).then((res) => {
|
|
|
+ processBrazeQuery(proStore.odersData.operationId,proStore.scanInfo.id).then((res) => {
|
|
|
brazeOption.value = res.data;
|
|
|
if (res.data) {
|
|
|
selectBraze.value = res.data[0].id;
|
|
@@ -193,7 +193,7 @@ const finishAll = async () => {
|
|
|
}
|
|
|
await processBrazeCompleteAll(params).then(
|
|
|
(data)=>{
|
|
|
- if(data.code==='200'){
|
|
|
+ if(data.code=='200'){
|
|
|
getBrazeOption();
|
|
|
}
|
|
|
}
|