fix: 增加tag组件兼容性; 调整steps样式

This commit is contained in:
wenhua
2024-07-14 18:18:32 +08:00
parent f1237de72a
commit c6222e0528
3 changed files with 9 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ filterColumns()
const getList = async () => {
const {api, params} = props.tableConfig
const queryParmas = {...localData.query, ...params}
console.log("🚀 ~ getList ~ queryParmas:", queryParmas)
if (api) {
localData.loading = true
try {