Explorar el Código

feat: (dashboard) table api immediate true

gemercheung hace 2 años
padre
commit
9124906dfd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/dashboard/analysis/index.vue

+ 1 - 1
src/views/dashboard/analysis/index.vue

@@ -171,7 +171,7 @@
     columns: columns,
     useSearchForm: true,
     formConfig: searchForm,
-    immediate: false,
+    immediate: true,
     api: bulletChatApi,
     beforeFetch: (data) => {
       console.log('beforeFetch', data);