This commit is contained in:
曹辉 2023-03-29 15:54:31 +08:00
parent 33ca288906
commit a89d1d95c4

View File

@ -933,6 +933,11 @@ export default {
},
/** 提交按钮 */
submitForm() {
this.form.posterPictureUrlLists.forEach(e => {
if (!e.jumpType || e.jumpType == "") {
e.jumpDictId = null;
}
});
this.$refs["form"].validate(valid => {
if (valid) {
if (this.form.id != null) {