BUG 27673
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user