lex 1 year ago
parent
commit
67f4479d16
2 changed files with 3 additions and 3 deletions
  1. 1 1
      dev-dist/sw.js
  2. 2 2
      src/components/layout/modals/suggestion-list.tsx

+ 1 - 1
dev-dist/sw.js

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

+ 2 - 2
src/components/layout/modals/suggestion-list.tsx

@@ -35,7 +35,7 @@ export default defineComponent({
         rows: 20
       },
       searchGroup: {
-        keyword: null,
+        suggestionTypeId: null,
         timer: null as any
       },
       tableList: [] as any,
@@ -106,7 +106,7 @@ export default defineComponent({
                 ...state.suggestionTypeList
               ] as any
             }
-            v-model:value={state.searchGroup.keyword}
+            v-model:value={state.searchGroup.suggestionTypeId}
           />
           <CDatePicker
             v-model:value={state.searchGroup.timer}