Merge branch 'develop' into 'FOTON'

入库发起

See merge request LAWS/laws-system-front-FOTON!296
This commit is contained in:
王夏晖
2022-01-14 15:14:47 +08:00
2 changed files with 13 additions and 0 deletions
@@ -1721,12 +1721,23 @@ export default {
if(this.form.standInData === '1') {
this.rules.standYear[0].required = false;
this.rules.standName[0].required = false
this.rules.standNature[0].required = false
} else {
this.rules.standYear[0].required = true;
this.rules.standName[0].required = true
this.rules.standNature[0].required = true
}
}
},
/* 'form.signFlag' : {
handler: function () {
if (this.form.signFlag === '1') {
this.roleRules.jlUserName[0].required = true
} else {
this.roleRules.jlUserName[0].required = false
}
}
},*/
/*'form.standInData': {
handler: function (val) {
this.verifySarStandard = false
@@ -2666,9 +2666,11 @@ export default {
if(this.form.standInData === '1') {
this.rules.standYear[0].required = false;
this.rules.standName[0].required = false
this.rules.standNature[0].required = false
} else {
this.rules.standYear[0].required = true;
this.rules.standName[0].required = true
this.rules.standNature[0].required = true
}
}
},