Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-04-29 19:55:58 +08:00
2 changed files with 14 additions and 3 deletions

View File

@@ -635,8 +635,11 @@ export default {
},
submit() {
if (!this.form.riskType) {
return this.$u.toast('请选择风险因素')
if(!this.isEdit) {
if (!this.form.riskType) {
return this.$u.toast('请选择风险因素')
}
}
this.basicsCheckList.map((item, index) => {