This commit is contained in:
2021-07-08 21:36:50 +00:00
parent 494831ecd7
commit 207af37990
2 changed files with 17 additions and 17 deletions

View File

@@ -401,17 +401,15 @@ export default {
"warrantyExpiryDate":"2019-04-12T09:37:52.930923Z",
"warrantyTerms":"Shipping parts and service"} */
this.$nextTick(() => {
this.value.items[this.activeWoItemIndex].units[
this.activeItemIndex
].warrantyViz = JSON.stringify(res.data);
});
this.value.items[this.activeWoItemIndex].units[
this.activeItemIndex
].warrantyViz = JSON.stringify(res.data);
// console.log(
// "warrantyviz:",
// this.value.items[this.activeWoItemIndex].units[this.activeItemIndex]
// .warrantyViz
// );
console.log(
"warrantyviz:",
this.value.items[this.activeWoItemIndex].units[this.activeItemIndex]
.warrantyViz
);
}
},
showBulkUnitsDialog() {