feat: Conformance Save Logout done.

This commit is contained in:
chiayin
2023-12-01 14:24:05 +08:00
parent c26a1dfee7
commit 8b502e67f4
8 changed files with 78 additions and 49 deletions

View File

@@ -352,6 +352,7 @@ export default defineStore('allMapDataStore', {
try {
const response = await this.$axios.put(api, data);
this.isUpdataFilter = response.status === 200;
this.tempFilterId = null;
}catch(error) {
apiError(error, 'Failed to updata an Existing Filter.');
}