diff --git a/admin/src/views/qa/qa.vue b/admin/src/views/qa/qa.vue index b56489b4..b2eaf208 100644 --- a/admin/src/views/qa/qa.vue +++ b/admin/src/views/qa/qa.vue @@ -513,8 +513,8 @@ export default { } else { this.anchors = { ...item }; } - this.anchors.img_zip = img_zip; - this.anchors.trip_zip = trip_zip; + this.anchors.img_zip = item.img_zip; + this.anchors.trip_zip = item.trip_zip; // this.anchors.img_zip = // typeof item.img_zip == "string" ? [item.img_zip] : item.img_zip; // this.anchors.trip_zip =