|
@@ -5062,7 +5062,7 @@ export default {
|
|
|
var singleQuoteKey = paramArr[i].singleQuote[k];
|
|
|
var price = Number(that.calculateDRBJ(singleQuoteKey));
|
|
|
|
|
|
- if (this.excludeGroupList.includes(this.diid) && costPersonKey.indexOf('gwc') != -1) {
|
|
|
+ if (this.excludeGroupList.includes(this.diid) && singleQuoteKey.indexOf('gwc') != -1) {
|
|
|
price = price * this.grouptitleinfo.visitPNumber;
|
|
|
}
|
|
|
|