修改
This commit is contained in:
parent
7fb35988be
commit
7946fd07cf
@ -628,12 +628,10 @@ export default {
|
|||||||
PosterImageJump() {
|
PosterImageJump() {
|
||||||
selectPosterImageJump().then(res => {
|
selectPosterImageJump().then(res => {
|
||||||
this.jumpTypes = res.data;
|
this.jumpTypes = res.data;
|
||||||
console.log(this.jumpTypes);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//删除海报图片列表
|
//删除海报图片列表
|
||||||
delPictureUrl(item) {
|
delPictureUrl(item) {
|
||||||
console.log(item);
|
|
||||||
if (item.idd && !item.id) {
|
if (item.idd && !item.id) {
|
||||||
if (this.form.posterPictureUrlLists.length == 1) {
|
if (this.form.posterPictureUrlLists.length == 1) {
|
||||||
this.$message.error("最后一条不可删除");
|
this.$message.error("最后一条不可删除");
|
||||||
@ -667,7 +665,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.form.posterPictureUrlLists.push(obj);
|
this.form.posterPictureUrlLists.push(obj);
|
||||||
}
|
}
|
||||||
console.log(this.form);
|
|
||||||
},
|
},
|
||||||
//打开遮罩层
|
//打开遮罩层
|
||||||
clicknurseItemshow() {
|
clicknurseItemshow() {
|
||||||
@ -680,7 +677,6 @@ export default {
|
|||||||
},
|
},
|
||||||
//选中护理项目
|
//选中护理项目
|
||||||
choicenurseItem(e) {
|
choicenurseItem(e) {
|
||||||
console.log(e);
|
|
||||||
this.nurseitemid = e.id;
|
this.nurseitemid = e.id;
|
||||||
if (this.homenumber) {
|
if (this.homenumber) {
|
||||||
this.queryParams.nurseItemName = e.nurseItemName;
|
this.queryParams.nurseItemName = e.nurseItemName;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user