修改
This commit is contained in:
parent
33ca288906
commit
1588c884fa
@ -933,6 +933,11 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
submitForm() {
|
||||||
|
this.form.posterPictureUrlLists.forEach(e => {
|
||||||
|
if (!e.jumpType || e.jumpType == "") {
|
||||||
|
e.jumpDictId = null;
|
||||||
|
}
|
||||||
|
});
|
||||||
this.$refs["form"].validate(valid => {
|
this.$refs["form"].validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.form.id != null) {
|
if (this.form.id != null) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user