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

不能正常输入回执说明
This commit is contained in:
baoyu
2024-04-22 11:59:06 +08:00
parent e726fe3026
commit e883f2840e
@@ -362,7 +362,9 @@
name: "bzzqyjStep3",
data() {
return {
commentForm: {},
commentForm: {
commentText3: ''
},
commentFormRules:{
commentText3:[{required: true, message: '回执说明不能为空',trigger: 'blur'}]
},