修改
This commit is contained in:
parent
ef854258a0
commit
7fb35988be
@ -658,13 +658,16 @@ export default {
|
|||||||
var obj = {
|
var obj = {
|
||||||
posterPictureUrl: null,
|
posterPictureUrl: null,
|
||||||
jumpType: null,
|
jumpType: null,
|
||||||
idd: this.idd
|
idd: this.idd,
|
||||||
|
jumpLink: null,
|
||||||
|
jumpDictId: null
|
||||||
};
|
};
|
||||||
if (this.form.posterPictureUrlLists.length >= 5) {
|
if (this.form.posterPictureUrlLists.length >= 5) {
|
||||||
this.$message.error("最多新增5条");
|
this.$message.error("最多新增5条");
|
||||||
} else {
|
} else {
|
||||||
this.form.posterPictureUrlLists.push(obj);
|
this.form.posterPictureUrlLists.push(obj);
|
||||||
}
|
}
|
||||||
|
console.log(this.form);
|
||||||
},
|
},
|
||||||
//打开遮罩层
|
//打开遮罩层
|
||||||
clicknurseItemshow() {
|
clicknurseItemshow() {
|
||||||
@ -823,7 +826,9 @@ export default {
|
|||||||
{
|
{
|
||||||
posterPictureUrl: null,
|
posterPictureUrl: null,
|
||||||
jumpType: null,
|
jumpType: null,
|
||||||
idd: this.idd
|
idd: this.idd,
|
||||||
|
jumpLink: null,
|
||||||
|
jumpDictId: null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
moduleType: null,
|
moduleType: null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user