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() { 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;