mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
打印状态
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user