This commit is contained in:
zpc 2025-04-19 13:04:19 +08:00
parent d81531842c
commit 94023be5b4

View File

@ -229,8 +229,9 @@ export default {
}
}
return;
} else {
that.datas = res.data.data
}
that.datas = res.data.data
}
});
},