refine and clean console.log
This commit is contained in:
@@ -54,7 +54,6 @@ export async function saveFilter(addFilterId) {
|
||||
fileName = '';
|
||||
return true;
|
||||
} else { // 點擊取消或空白處,為存檔失敗。
|
||||
console.log("is not confirmed");
|
||||
PageAdminStore.keepPreviousPage();
|
||||
return false;
|
||||
}
|
||||
@@ -101,8 +100,6 @@ export async function leaveFilter(next, addFilterId, toPath, logOut) {
|
||||
});
|
||||
|
||||
if(result.isConfirmed) {
|
||||
//TODO:
|
||||
console.log("result of SWAL modal:", result);
|
||||
|
||||
if(allMapDataStore.createFilterId) {
|
||||
await allMapDataStore.updataFilter();
|
||||
|
||||
Reference in New Issue
Block a user