1.优化商品分类 2.其他优化

This commit is contained in:
gyq
2025-03-27 13:57:15 +08:00
parent 48280f92df
commit e13727e6ff
12 changed files with 16226 additions and 66 deletions

View File

@@ -134,12 +134,12 @@ async function printHandle(type) {
default:
break;
}
setTimeout(() => {
printLoading.value = false;
}, 1500);
} catch (error) {
console.log(error);
}
setTimeout(() => {
printLoading.value = false;
}, 1500);
}
async function show(row) {