fix: 数据填充没有等待

main
Lei OT 11 months ago
parent 4e62ef7df2
commit d78ca6e266

@ -4,3 +4,6 @@
1. [供应商平台 反馈表录入地址](http://p.mycht.cn/php/gys.php/welcome/feedback_detail/256910/215427)
2. [海外反馈表案例-老版本](https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490)
3. [海外反馈表录入地址](https://www.asiahighlights.com/customerfeedback/index.html?g=338947&v=30008)
## DEV
1. [开发页面](http://localhost:3081/index.html?g=338695&v=32865&l=1&r=&debug=1)

@ -272,9 +272,9 @@
},
isEmptyData() {
return this.feedbackItem.guide.length === 0
|| this.feedbackItem.driver.length === 0
|| this.feedbackItem.experience.length === 0
|| this.feedbackItem.hotel.length === 0;
&& this.feedbackItem.driver.length === 0
&& this.feedbackItem.experience.length === 0
&& this.feedbackItem.hotel.length === 0;
},
},
data() {

Loading…
Cancel
Save