|
|
|
@ -706,7 +706,7 @@ export default { |
|
|
|
'quoteGroupDetail.currentQuoteDetailItemNo'(newVal,oldVal){ |
|
|
|
// console.log(this.quoteGroupDetail) |
|
|
|
// emit事件触发修改 |
|
|
|
if (this.quoteGroupDetail){ |
|
|
|
if (this.quoteGroupDetail && this.quoteGroupDetail.currentQuoteDetailItemNo){ |
|
|
|
this.$emit('currentQuoteDetailItemNo',oldVal); |
|
|
|
} |
|
|
|
} |
|
|
|
|