打印状态

This commit is contained in:
BOE\10867418
2023-03-20 14:05:22 +08:00
parent 648be7ee18
commit 06eda37317

View File

@@ -308,6 +308,7 @@ export default {
}); });
// 获取tab数据 // 获取tab数据
const getTabData = async () => { const getTabData = async () => {
console.log(state.type);
const res = await api.boeuAllTotal({type:state.type}); const res = await api.boeuAllTotal({type:state.type});
if (res) { if (res) {
const list = [ const list = [