修改模态框对象类型.

This commit is contained in:
lijiahang
2023-09-25 14:36:13 +08:00
parent e1fafbe135
commit 09610b3c82
29 changed files with 1450 additions and 2658 deletions

View File

@@ -80,7 +80,7 @@
const type = ref('text');
const { loading, setLoading } = useLoading();
const renderList = ref<TableData[]>();
const renderList = ref<TableData[]>([]);
const fetchData = async (contentType: string) => {
try {
setLoading(true);