Commit d102ddf2 authored by zhengke's avatar zhengke

修改

parent 50f7cc34
...@@ -1622,7 +1622,7 @@ ...@@ -1622,7 +1622,7 @@
) { ) {
this.CtObj.ContractSelfFeeList = tempObj.ContractSelfFeeList; this.CtObj.ContractSelfFeeList = tempObj.ContractSelfFeeList;
} else { } else {
this.CtObj.ContractGuestList = []; this.CtObj.ContractSelfFeeList = [];
} }
if ( if (
this.CtObj.ContractSelfFeeList && this.CtObj.ContractSelfFeeList &&
......
...@@ -238,6 +238,7 @@ ...@@ -238,6 +238,7 @@
TravelAgency_DealMan: "", //经办人 TravelAgency_DealMan: "", //经办人
C_TCNUM: "", //团号 C_TCNUM: "", //团号
C_ProductName: "", //线路名称 C_ProductName: "", //线路名称
IsQueryAll:0
}, },
pickerBeginDateBefore: { pickerBeginDateBefore: {
disabledDate: time => { disabledDate: time => {
......
...@@ -383,6 +383,7 @@ ...@@ -383,6 +383,7 @@
C_TCNUM: "", //团号 C_TCNUM: "", //团号
C_ProductName: "", //线路名称 C_ProductName: "", //线路名称
IsAduitPage: 1, //是否是审核页面 IsAduitPage: 1, //是否是审核页面
IsQueryAll:1
}, },
pickerBeginDateBefore2: { pickerBeginDateBefore2: {
disabledDate: time => { disabledDate: time => {
......
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