no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-17 16:37:23 +07:00
parent 0f4cca7dc7
commit e98374a961

View file

@ -226,7 +226,6 @@ function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
.post(config.API.salaryListPeriodLatestEmp, body)
.then(async (res) => {
const data = res.data.result;
console.log(data.group1id);
data && store.fetchPeriodLatest(data, store.tabGroup);
periodLatest.value = data;