Commit 63154fd7 by lanyulei

Merge branch 'dev' of github.com:lanyulei/ferry_web into dev

parents a92975dd 045229c2
Showing with 5 additions and 0 deletions
<template>
<div class="app-container">
<div v-if="isLoadingStatus" />
<div v-else>
<el-card class="box-card">
<div class="text item">
<el-steps v-if="currentNode.clazz !== undefined && currentNode.clazz !== null && currentNode.clazz !== ''" :active="activeIndex" finish-status="success">
......@@ -161,6 +163,7 @@
</div>
</el-card>
</div>
</div>
</template>
<script>
......@@ -183,6 +186,7 @@ import { mapGetters } from 'vuex'
export default {
data() {
return {
isLoadingStatus: true,
currentNode: {
hideTpls: null,
writeTpls: null
......@@ -271,6 +275,7 @@ export default {
break
}
}
this.isLoadingStatus = false
this.getAlertMessage()
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment