This commit is contained in:
parent
cf6a26b742
commit
b3fc865c18
|
@ -19,7 +19,7 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
|
|||
order: '',
|
||||
data: ref(),
|
||||
isLoading: false,
|
||||
userParamsChanged: true,
|
||||
userParamsChanged: false,
|
||||
exprBuilder: null,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue