lex há 10 meses atrás
pai
commit
3688ed51a6
3 ficheiros alterados com 4 adições e 2 exclusões
  1. 1 1
      dev-dist/sw.js
  2. 1 1
      public/version.json
  3. 2 0
      src/views/xiaoku-music/index.tsx

+ 1 - 1
dev-dist/sw.js

@@ -82,7 +82,7 @@ define(['./workbox-bb0550c6'], (function (workbox) { 'use strict';
     "revision": "3ca0b8505b4bec776b69afdba2768812"
   }, {
     "url": "index.html",
-    "revision": "0.du4kfuf8m8g"
+    "revision": "0.oe0btcmloh8"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1722495639752}
+{"version":1723688451251}

+ 2 - 0
src/views/xiaoku-music/index.tsx

@@ -801,6 +801,7 @@ export default defineComponent({
                       v-model:value={subjects.value}
                       options={data.tags}
                       onMoreId={(val: any) => {
+                        if (data.loading) return;
                         data.musicalInstrumentId = val.childId;
                         data.musicSubject = val.parentId;
                         data.reshing = true;
@@ -817,6 +818,7 @@ export default defineComponent({
                     round
                     border={false}
                     onSearch={val => {
+                      if (data.loading) return;
                       forms.name = val;
                       data.reshing = true;
                       handleGetList();