Commit 0b1518a7 authored by youjie's avatar youjie

no message

parent c6480f8f
...@@ -540,7 +540,8 @@ export default { ...@@ -540,7 +540,8 @@ export default {
}else{ }else{
this.OrderTitle='付款单'; this.OrderTitle='付款单';
} }
this.apipost('dmc_get_GetNeedSafeGuestGuestList',{tcid:this.tcid}, res=>{ // dmc_get_GetNeedSafeGuestGuestList 排除领队的接口
this.apipost('dmc_get_GetPriceNoFinanceGuestList',{tcid:this.tcid}, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data; let data = res.data.data;
this.checknameList=data; this.checknameList=data;
......
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