Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user