Browse Source

feat: (dashboard) table api immediate true

gemercheung 2 năm trước cách đây
mục cha
commit
9124906dfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);