This commit is contained in:
曹辉 2023-03-29 10:20:45 +08:00
parent ef854258a0
commit 7fb35988be

View File

@ -658,13 +658,16 @@ export default {
var obj = {
posterPictureUrl: null,
jumpType: null,
idd: this.idd
idd: this.idd,
jumpLink: null,
jumpDictId: null
};
if (this.form.posterPictureUrlLists.length >= 5) {
this.$message.error("最多新增5条");
} else {
this.form.posterPictureUrlLists.push(obj);
}
console.log(this.form);
},
//
clicknurseItemshow() {
@ -823,7 +826,9 @@ export default {
{
posterPictureUrl: null,
jumpType: null,
idd: this.idd
idd: this.idd,
jumpLink: null,
jumpDictId: null
}
],
moduleType: null,