no message
This commit is contained in:
parent
b3ce9039ff
commit
2c3658e591
14 changed files with 6 additions and 200 deletions
|
|
@ -50,7 +50,6 @@ const saveEdit = (id: string) => {
|
|||
};
|
||||
const edit = () => {
|
||||
status.value = true;
|
||||
// console.log(status.value);
|
||||
};
|
||||
const cancel = () => {
|
||||
status.value = false;
|
||||
|
|
@ -80,7 +79,6 @@ const save = () => {
|
|||
await http
|
||||
.post(config.API.summarySurveyDetail(assignId.value), data)
|
||||
.then((res: any) => {
|
||||
// console.log(res);
|
||||
success($q, "บันทึกสำเร็จ");
|
||||
})
|
||||
.catch((e: any) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue