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

yujiao
23 声望6 粉丝