clearvali() {
this.$refs.form.clearValidate()
},
handleEdit(row) {
this.open = true
this.title = '修改工作类型'
console.log('row', row)
this.getDetail(row.id)
if (this.$refs['form'] !== undefined) {
this.clearvali()
}
},
推荐阅读
- vue性能优化|vue功能之“loading加载优化“
- vueRouter|vue-router 的base 配置项的解释
- Vue|Vuex实现todolist
- vue|实现文本内容是超链接时自动转换为超链接
- 源码|第13期在线音乐网站前后分离springboot整合vue
- vue.js|vue、element-ui、springboot前后端分离权限管理系统实战
- vue.js|学生信息管理 vue+Element UI+springboot 前后端分离
- 大创——Vue学习|高质量前端搬砖人必会——element UI(学生管理系统前端1)
- Vue.js入门到精通|基于Vue Computed Watch Filter知识点小案例(购物车)