|
@@ -191,7 +191,7 @@ export default {
|
|
k.diffQty = Number(k.qty) - Number(k.refundQty)
|
|
k.diffQty = Number(k.qty) - Number(k.refundQty)
|
|
})
|
|
})
|
|
let obj = {
|
|
let obj = {
|
|
- id:JSON.stringify(this.dataList[0].id)
|
|
|
|
|
|
+ id:Object.freeze(this.dataList[0].id)
|
|
}
|
|
}
|
|
if (!this.detailsId) {
|
|
if (!this.detailsId) {
|
|
this.details = this.dataList[0]
|
|
this.details = this.dataList[0]
|