แก้วินัย
This commit is contained in:
parent
015d2d9857
commit
3c2a010ab4
24 changed files with 286 additions and 93 deletions
|
|
@ -29,7 +29,6 @@ function onSubmit(channelReturn:string){
|
|||
}
|
||||
|
||||
function saveData(channelReturn:string){
|
||||
console.log(channelReturn)
|
||||
showLoader()
|
||||
http
|
||||
.post(config.API.complaintChannel(),{
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ const props = defineProps({
|
|||
/** ฟังชั่นตรวจสอบความถูกต้องก่อน บันทึก */
|
||||
function save() {
|
||||
channelRef.value.validate().then(async (result: boolean) => {
|
||||
console.log("1");
|
||||
if (result) {
|
||||
if (channel.value) {
|
||||
props.onSubmit(channel.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue