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

This commit is contained in:
baoyu
2024-04-25 16:07:33 +08:00
2 changed files with 8 additions and 1 deletions
@@ -1988,6 +1988,11 @@
handler: function() {
this.checkIsOnly()
}
},
'form.standName': {
handler: function () {
this.checkIsOnly()
}
}
/* 'form.signFlag' : {
handler: function () {
@@ -362,7 +362,9 @@
name: "bzzqyjStep3",
data() {
return {
commentForm: {},
commentForm: {
commentText3: ''
},
commentFormRules:{
commentText3:[{required: true, message: '回执说明不能为空',trigger: 'blur'}]
},