|
@@ -46,8 +46,8 @@
|
|
|
</ui-input>
|
|
|
</ui-group-option>
|
|
|
<ui-group-option>
|
|
|
+ <!-- :disabled="currentItem" -->
|
|
|
<ui-button
|
|
|
- :disabled="currentItem"
|
|
|
@click="router.push({
|
|
|
name: RoutesName.registration,
|
|
|
params: {id: custom.currentModel!.id, save: '1' }
|
|
@@ -113,7 +113,8 @@ const reset = async () => {
|
|
|
useViewStack(() => togetherCallback([
|
|
|
showLeftCtrlPanoStack.push(ref(false)),
|
|
|
showLeftPanoStack.push(ref(true)),
|
|
|
- modelsChangeStoreStack.push(ref(true))
|
|
|
+ modelsChangeStoreStack.push(ref(true)),
|
|
|
+ () => currentItem.value = null
|
|
|
]))
|
|
|
useViewStack(autoSaveFuseModels)
|
|
|
|