Ver Fonte

修改appId

shmily1213 há 1 mês atrás
pai
commit
311e99e1ae

+ 1 - 1
src/manifest.json

@@ -42,7 +42,7 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "wxa4d6c494e8f5d450",
+        "appid" : "wxadcab19e07ceef0f",
         "setting" : {
             "urlCheck" : false,
             "minified" : true,

+ 3 - 3
src/pagesStudy/pages/study-history/components/exam-history-paperwork.vue

@@ -217,9 +217,9 @@ const loadData = async () => {
 
 const loadTestRecord = () => {
   const params = {} as Study.PaperWorkRecordQuery;
-  const { buildStatus, batchId, classId, subjectId } = queryForm.value;
-  if (buildStatus !== undefined && buildStatus !== null) {
-    params.buildStatus = buildStatus;
+  const { buildType, buildStatus, batchId, classId, subjectId } = queryForm.value;
+  if (buildType !== undefined && buildType !== null) {
+    params.buildType = buildType;
   }
   if (batchId !== undefined && batchId !== null) {
     params.batchId = batchId;