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() { handler: function() {
this.checkIsOnly() this.checkIsOnly()
} }
},
'form.standName': {
handler: function () {
this.checkIsOnly()
}
} }
/* 'form.signFlag' : { /* 'form.signFlag' : {
handler: function () { handler: function () {
@@ -362,7 +362,9 @@
name: "bzzqyjStep3", name: "bzzqyjStep3",
data() { data() {
return { return {
commentForm: {}, commentForm: {
commentText3: ''
},
commentFormRules:{ commentFormRules:{
commentText3:[{required: true, message: '回执说明不能为空',trigger: 'blur'}] commentText3:[{required: true, message: '回执说明不能为空',trigger: 'blur'}]
}, },