修正 catch
This commit is contained in:
@@ -192,7 +192,7 @@ export default {
|
||||
this.recipeFoodProducedList = res.data.recipeFoodProducedList;
|
||||
}
|
||||
}
|
||||
}).then(() => {}).finally(() => {
|
||||
}).catch(() => {}).finally(() => {
|
||||
setTimeout(() => {
|
||||
this.getKitchenInfo();
|
||||
}, 10000)
|
||||
|
||||
Reference in New Issue
Block a user