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

save

parent 0f4d0b74
...@@ -475,23 +475,23 @@ ...@@ -475,23 +475,23 @@
} }
}, },
created() {}, created() {},
watch: { // watch: {
OfferArray: { // OfferArray: {
handler: function (val, oldVal) { // handler: function (val, oldVal) {
if (!this.OfferArray.length) { // if (!this.OfferArray.length) {
this.createOrderList(); // this.createOrderList();
} else { // } else {
this.OfferArray.forEach(item => { // this.OfferArray.forEach(item => {
item.OtherPrice = item.otherPrice // item.OtherPrice = item.otherPrice
item.dayCostPrice = item.dayCostPriceList // item.dayCostPrice = item.dayCostPriceList
}) // })
this.orderList = this.OfferArray // this.orderList = this.OfferArray
this.changeTabs() // this.changeTabs()
} // }
}, // },
deep: true // deep: true
} // }
}, // },
}; };
</script> </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