ต้นแบบ สำหรับลงในตำแหน่ง/เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-12 18:07:33 +07:00
parent 3399f14823
commit 82a8fc155a
3 changed files with 11 additions and 5 deletions

View file

@ -174,6 +174,8 @@ function onSubmit() {
function selectInbox(data: CommandSysType) {
activeOrderId.value = data.id;
pagination.value.page = 1;
filter.value = "";
fetchSalaryList();
}