Merge branch 'master' of github.com:elunez/eladmin-web

This commit is contained in:
ZhengJie
2020-11-09 20:07:34 +08:00
2 changed files with 7 additions and 2 deletions

View File

@@ -406,6 +406,10 @@ function CRUD(options) {
Vue.set(crudFrom, key, form[key])
}
}
// add by ghl 2020-10-04 页面重复添加信息时,下拉框的校验会存在,需要找工取消
if (crud.findVM('form').$refs['form']) {
crud.findVM('form').$refs['form'].clearValidate()
}
},
/**
* 重置数据状态