Эх сурвалжийг харах

Merge branch 'dev' into release

zhangchong 1 сар өмнө
parent
commit
a293d43cc6

+ 5 - 0
src/views/statistics/department/detailSatisfiedOrg.vue

@@ -280,8 +280,13 @@ const getBaseData = async () => {
 		console.log(e);
 	}
 }
+const toolbarRef = ref<RefType>();
+const tableRef = ref<RefType>();
 onMounted(() => {
 	queryList();
 	getBaseData();
+	if (tableRef.value && toolbarRef.value) {
+		tableRef.value.connect(toolbarRef.value);
+	}
 });
 </script>