REVIEW 商品分类

This commit is contained in:
YunaiV
2023-04-02 00:17:56 +08:00
parent 59c44d9819
commit 00c3133391
7 changed files with 72 additions and 112 deletions

View File

@ -163,7 +163,7 @@ const queryParams = reactive({
const queryFormRef = ref() // 搜索的表单
const dataSourceConfigList = ref<DataSourceConfigApi.DataSourceConfigVO[]>([]) // 数据源列表
/** 查询参数列表 */
/** 查询列表 */
const getList = async () => {
loading.value = true
try {