@sigmaott/base-next 1.4.26 → 1.4.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.26",
4
+ "version": "1.4.27",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -194,6 +194,7 @@ async function handleSelectConfig(id: string) {
194
194
  formPathValue.value.path = ''
195
195
  loadedPath.value = ''
196
196
  listConfigWatermark.value = []
197
+ currentRowId.value = ''
197
198
  showModel.value = false
198
199
  }
199
200
  else {