fix: 网元安装接口参数变更
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script lang="ts" setup>
|
||||
import { PageContainer } from 'antdv-pro-layout';
|
||||
import { message } from 'ant-design-vue/lib';
|
||||
import { defineAsyncComponent, watch, shallowRef } from 'vue';
|
||||
import { stepState, fnStepPrev, fnStepNext } from './hooks/useStep';
|
||||
import { defineAsyncComponent, watch, shallowRef, onMounted } from 'vue';
|
||||
import { stepState, fnStepPrev, fnStepNext, fnRestStepState } from './hooks/useStep';
|
||||
|
||||
// 异步加载组件
|
||||
const StepCheck = defineAsyncComponent(
|
||||
@@ -70,6 +70,10 @@ watch(
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
onMounted(()=>{
|
||||
fnRestStepState()
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user