修正 catch

This commit is contained in:
17792275749
2026-02-05 17:29:51 +08:00
parent d652ad1cc4
commit ccdf9e9ca6
@@ -192,7 +192,7 @@ export default {
this.recipeFoodProducedList = res.data.recipeFoodProducedList;
}
}
}).then(() => {}).finally(() => {
}).catch(() => {}).finally(() => {
setTimeout(() => {
this.getKitchenInfo();
}, 10000)