this.$validator.validateAll().then((result)=>{ if(result){ // 提交数据 $.post(url, datas, xhr => { this.$store.commit(MESSAGE, { status: 'success', text: '操作成功了!' }) }) } })