ลบ 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 ระบุ บุคคล
|
||||
*/
|
||||
async function onSubmit(data: any) {
|
||||
console.log(data);
|
||||
// put
|
||||
showLoader();
|
||||
http
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@ async function fetchDetailComplaints() {
|
|||
* @param data ข้อมูล ใน form
|
||||
*/
|
||||
async function onSubmitDisciplinary(data: any) {
|
||||
console.log(data);
|
||||
showLoader();
|
||||
await http
|
||||
.put(config.API.disciplineDisciplinaryById(id.value), {
|
||||
|
|
|
|||
|
|
@ -63,7 +63,6 @@ async function submit() {
|
|||
}
|
||||
|
||||
watch(props, () => {
|
||||
console.log(props.command);
|
||||
duty.value = props?.duty;
|
||||
resolution.value = props?.command;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue