This commit is contained in:
曹辉 2023-02-08 16:21:49 +08:00
parent 51ee630c8a
commit 02a742f266

View File

@ -227,6 +227,10 @@ export default {
this.items.attributePitureUrl = response.imgUrl;
this.$emit("item", JSON.stringify(this.items));
}
if (this.types == "nurseItemClassifyUrl") {
this.items.classifyPictureUrl = response.imgUrl;
this.$emit("item", JSON.stringify(this.items));
}
this.openimg = false;
});
},