vue.esm.js?efeb:628 [Vue warn]: Error in v-on handler: "Error: [iView warn]: must call validateField

初始化input框中的內容,並進行初始化,出現 原因是因爲驗證的時候,實際值雖然初始化了但是實際上還沒渲染到dom上,因此應該改使用nextTick,即等元素被初始化成功後才進行驗證                     this.params.frequence = '15';                     this.$nextTick(()=>{                  
相關文章
相關標籤/搜索