Merge branch 'fix_foton_20240408' into 'master'

标准征求意见流程 意见反馈节点

See merge request laws-foton-slrs/foton-laws-system-front!181
This commit is contained in:
高嵩
2024-04-25 01:55:42 +00: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'}]
},