feat: Conformance Save Logout done.
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user