From 355fc8c75e23e2c6300f84fef61a8bc8335c3584 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 23 五月 2024 13:40:16 +0800 Subject: [PATCH] 婴幼儿分页 --- 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