update filter group
All checks were successful
frontend-action / build-image (push) Successful in 3m47s
All checks were successful
frontend-action / build-image (push) Successful in 3m47s
This commit is contained in:
@@ -61,14 +61,19 @@
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
min-height: 180px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
"
|
||||
class="py-5"
|
||||
>
|
||||
<div v-for="(item, j) in chunk" :key="j" cols="12" md="4">
|
||||
<div class="font-weight-bold my-2">
|
||||
<div
|
||||
class="mt-3 mb-2 mx-auto txt-subtitle"
|
||||
style="width: 90%; margin: auto"
|
||||
class="mx-auto txt-subtitle my-auto"
|
||||
style="margin: auto"
|
||||
v-if="item.firstName"
|
||||
>
|
||||
<span>{{ item.firstName }}</span>
|
||||
@@ -218,7 +223,7 @@ export default {
|
||||
this.load = false;
|
||||
console.error("เกิดข้อผิดพลาดในการโหลดข้อมูล:", error);
|
||||
});
|
||||
|
||||
|
||||
// let param = { input: JSON.stringify({ 0: data }) };
|
||||
// var axios = require("axios");
|
||||
|
||||
@@ -278,7 +283,6 @@ export default {
|
||||
// this.load = false;
|
||||
// console.error("เกิดข้อผิดพลาดในการโหลดข้อมูล:", error);
|
||||
// });
|
||||
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
@@ -593,9 +593,9 @@ export default {
|
||||
.query({})
|
||||
.then((data) => {
|
||||
this.provinceItems = data;
|
||||
if (this.getUsername) {
|
||||
this.getUser(data);
|
||||
}
|
||||
// if (this.getUsername) {
|
||||
// this.getUser(data);
|
||||
// }
|
||||
})
|
||||
.catch((error) => {
|
||||
// alert("ไม่สามารถโหลดข้อมูลได้");
|
||||
|
||||
Reference in New Issue
Block a user