Compare commits

..

No commits in common. "c7accb60441403c2b6d4f4bae611da4105aa4090" and "4cfcd48a2087a5843aadc45b2e79378eff9b4e68" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View file

@ -305,7 +305,7 @@ watch(
outlined
option-label="name"
option-value="id"
@update:model-value="(rows = []), (selected = [])"
@update:model-value="rows = []"
/>
</div>
</div>

View file

@ -222,7 +222,6 @@ const itemsCard = ref([
* @param id กล
*/
async function fetchDataQuota(id: string) {
if (!id) return;
await http
.get(config.API.salaryListPeriodQuota(id))
.then((res) => {
@ -255,7 +254,6 @@ async function fetchDataQuota(id: string) {
* @param id กล
*/
async function fetchDataPeriod(id: string, force: boolean = false) {
if (!id) return;
force && showLoader();
let formData = {
...params.value,

View file

@ -215,7 +215,6 @@ const itemsCard = ref([
* @param id กล
*/
async function fetchDataQuota(id: string) {
if (!id) return;
await http
.get(config.API.salaryListPeriodQuotaEmp(id))
.then((res) => {
@ -247,7 +246,6 @@ async function fetchDataQuota(id: string) {
* @param id กล
*/
async function fetchDataPeriod(id: string, force: boolean = false) {
if (!id) return;
force && showLoader();
let formData = {
...params.value,