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()       }     },