|
@@ -305,18 +305,19 @@ export default {
|
|
|
that.datainfo.issueVisaDt=res.data.data.issueVisaDt;
|
|
|
that.datainfo.issueVisaRemark=res.data.data.issueVisaRemark;
|
|
|
that.datainfo.preTripMeetingDt=res.data.data.preTripMeetingDt;
|
|
|
- that.datainfo.preTripMeetingRemark=res.data.data.preTripMeetingRemark;
|
|
|
+ that.datainfo.preTripMeetingRemark=res.data.data.preTripMeetingRemark
|
|
|
that.datainfo.sendVisaDt=res.data.data.sendVisaDt;
|
|
|
that.datainfo.sendVisaRemark=res.data.data.sendVisaRemark;
|
|
|
that.datainfo.visaCountryData=res.data.data.visaCountryData;
|
|
|
that.datainfo.visaInformationDt=res.data.data.visaInformationDt;
|
|
|
that.datainfo.visaInformationRemark=res.data.data.visaInformationRemark;
|
|
|
if(that.datainfo.isQuery==true){
|
|
|
- that.$notify({
|
|
|
- title: '提示',
|
|
|
- message: '暂无签证费用信息!',
|
|
|
- duration: 0
|
|
|
- });
|
|
|
+ that.PostInvertedListCreate()
|
|
|
+ // that.$notify({
|
|
|
+ // title: '提示',
|
|
|
+ // message: '暂无签证费用信息!',
|
|
|
+ // duration: 0
|
|
|
+ // });
|
|
|
}
|
|
|
}else{
|
|
|
that.$message.error(res.data.msg);
|