|
@@ -52,7 +52,7 @@
|
|
|
<!-- 维多利亚 -->
|
|
|
<SendSubscribeWDLY
|
|
|
ref="makeDom"
|
|
|
- v-else-if="flowForm.flowKey == 'wdly_apply_purchase'"
|
|
|
+ v-if="flowForm.flowKey == 'wdly_apply_purchase'"
|
|
|
></SendSubscribeWDLY>
|
|
|
<SendPurchaseWDLY
|
|
|
ref="makeDom"
|
|
@@ -84,7 +84,7 @@
|
|
|
<li v-for="item in recordList" :key="item.id">
|
|
|
<div class="left-icon">
|
|
|
<i class="iconfont icon-iconm_daick"></i>
|
|
|
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
|
|
|
+ <i class="iconfont icon-icomx_quertj1 right-btm-status"></i>
|
|
|
</div>
|
|
|
<div class="right-conetnt">
|
|
|
<div class="name">发起人:{{ item.processedUser }}</div>
|
|
@@ -97,7 +97,9 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="决策辅助" name="second">决策辅助</el-tab-pane>
|
|
|
+ <el-tab-pane label="决策辅助" name="second">
|
|
|
+
|
|
|
+ </el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</div>
|
|
|
|
|
@@ -129,7 +131,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup name='ProcessApproval'>
|
|
|
-import useTagsViewStore from "@/store/modules/tagsView.js"
|
|
|
import { useRouter, useRoute } from "vue-router";
|
|
|
//申购发起
|
|
|
import SendSubscribe from "@/components/process/SendSubscribe";
|
|
@@ -266,8 +267,6 @@ const handleSubmit = async () => {
|
|
|
};
|
|
|
// 页面跳转
|
|
|
const skipPage = () => {
|
|
|
- const useTagsStore = useTagsViewStore()
|
|
|
- useTagsStore.delVisitedView(router.currentRoute.value);
|
|
|
ElMessage({
|
|
|
message: "操作成功!",
|
|
|
type: "success",
|