From b4469608f6b7bd6e57657ad80654314f450e854d Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 11:02:07 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/assets/methods/examination.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/assets/methods/examination.js b/src/assets/methods/examination.js
index ea886c5..3e059f9 100644
--- a/src/assets/methods/examination.js
+++ b/src/assets/methods/examination.js
@@ -1,4 +1,4 @@
-import { activeBook } from "@/assets/js/config";
+import { activeBook, goodsStore } from "@/assets/js/config";
 import MG from "@/assets/js/middleGround/WebMiddleGroundApi";
 import getPublicImage from "@/assets/js/middleGround/tool";
 const getQuestionList = async (oldList, questionList) => {
@@ -33,6 +33,7 @@
   for (let qindex = 0; qindex < questionList.length; qindex++) {
     const qitem = questionList[qindex];
     let query = {
+      storeInfo: goodsStore,
       path: "*",
       cmsPath: activeBook.rootCmsItemId,
       cmsType: "*",

--
Gitblit v1.9.1