BUG 27673

This commit is contained in:
aixianling
2022-03-08 17:19:32 +08:00
parent 61f8d7fea4
commit 4718b60941
2 changed files with 5 additions and 9 deletions

View File

@@ -587,11 +587,7 @@
},
onheadPictureChange (e) {
if (e.length) {
this.form.isShowheadPicture = true
} else {
this.form.isShowheadPicture = false
}
this.form.isShowheadPicture = !!e.length;
},
init () {
@@ -757,7 +753,7 @@
onConfirm (status) {
if (this.params.templateType == 1) {
this.submitTemp()
// this.submitTemp()
}
if (this.form.periodValidityType === '1') {