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