mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
注释
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
<div class="split"></div>
|
||||
<!-- 概览(无数据) -->
|
||||
<div v-if="!hasTask">
|
||||
<div v-if="reuse" class="reuse">
|
||||
<!-- <div v-if="reuse" class="reuse">
|
||||
<div class="onerow">
|
||||
<div class="taskmain">关卡概览</div>
|
||||
</div>
|
||||
<div>
|
||||
<a-button class="reuse_btn" type="primary" @click="totaskaaa">重新加载</a-button>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="onerow">
|
||||
<div class="taskmain">快速创建路径图详情</div>
|
||||
</div>
|
||||
@@ -1158,9 +1158,9 @@
|
||||
/>
|
||||
</div>
|
||||
<!-- 加载动画 -->
|
||||
<div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
|
||||
<!-- <div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
|
||||
<a-spin :spinning="addLoading" tip="" />
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- 发布弹窗 -->
|
||||
<a-modal
|
||||
v-model:visible="pub"
|
||||
@@ -2268,7 +2268,7 @@ export default {
|
||||
|
||||
state.addLoading = true;
|
||||
getOverview();
|
||||
myGetRouterDetail();
|
||||
// myGetRouterDetail();
|
||||
reget();
|
||||
});
|
||||
const closePub = () => {
|
||||
@@ -2473,7 +2473,7 @@ export default {
|
||||
state.addLoading = false;
|
||||
message.error("概览获取失败");
|
||||
console.log("获取失败" + err);
|
||||
state.reuse = true
|
||||
// state.reuse = true
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user