Merge remote-tracking branch 'origin/fix_foton_20240408' into fix_foton_20240408
This commit is contained in:
@@ -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'}]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user