This commit is contained in:
曹辉 2023-03-29 15:06:51 +08:00
parent 7fb35988be
commit 7946fd07cf

View File

@ -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;