ลบ console วินัย
This commit is contained in:
parent
f3af45bf56
commit
7c79629bd1
3 changed files with 0 additions and 3 deletions
|
|
@ -180,7 +180,6 @@ function getData() {
|
||||||
* @param id ระบุ บุคคล
|
* @param id ระบุ บุคคล
|
||||||
*/
|
*/
|
||||||
async function onSubmit(data: any) {
|
async function onSubmit(data: any) {
|
||||||
console.log(data);
|
|
||||||
// put
|
// put
|
||||||
showLoader();
|
showLoader();
|
||||||
http
|
http
|
||||||
|
|
|
||||||
|
|
@ -220,7 +220,6 @@ async function fetchDetailComplaints() {
|
||||||
* @param data ข้อมูล ใน form
|
* @param data ข้อมูล ใน form
|
||||||
*/
|
*/
|
||||||
async function onSubmitDisciplinary(data: any) {
|
async function onSubmitDisciplinary(data: any) {
|
||||||
console.log(data);
|
|
||||||
showLoader();
|
showLoader();
|
||||||
await http
|
await http
|
||||||
.put(config.API.disciplineDisciplinaryById(id.value), {
|
.put(config.API.disciplineDisciplinaryById(id.value), {
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,6 @@ async function submit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(props, () => {
|
watch(props, () => {
|
||||||
console.log(props.command);
|
|
||||||
duty.value = props?.duty;
|
duty.value = props?.duty;
|
||||||
resolution.value = props?.command;
|
resolution.value = props?.command;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue