Commit a36fbd75 authored by 沈良进's avatar 沈良进

save

parent 0f4d0b74
......@@ -475,23 +475,23 @@
}
},
created() {},
watch: {
OfferArray: {
handler: function (val, oldVal) {
if (!this.OfferArray.length) {
this.createOrderList();
} else {
this.OfferArray.forEach(item => {
item.OtherPrice = item.otherPrice
item.dayCostPrice = item.dayCostPriceList
})
this.orderList = this.OfferArray
this.changeTabs()
}
},
deep: true
}
},
// watch: {
// OfferArray: {
// handler: function (val, oldVal) {
// if (!this.OfferArray.length) {
// this.createOrderList();
// } else {
// this.OfferArray.forEach(item => {
// item.OtherPrice = item.otherPrice
// item.dayCostPrice = item.dayCostPriceList
// })
// this.orderList = this.OfferArray
// this.changeTabs()
// }
// },
// deep: true
// }
// },
};
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment