From d8896d6d303d466e613aee1c53d9603edacf0aeb Mon Sep 17 00:00:00 2001 From: yang <1441163367@qq.com> Date: 星期三, 26 十月 2022 11:29:10 +0800 Subject: [PATCH] 解决 --- src/views/padSunmaryProcedure/padWord.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/padSunmaryProcedure/padWord.vue b/src/views/padSunmaryProcedure/padWord.vue index 4dbfdbe..39ad152 100644 --- a/src/views/padSunmaryProcedure/padWord.vue +++ b/src/views/padSunmaryProcedure/padWord.vue @@ -3,7 +3,6 @@ <div id="navs"> <el-button icon="el-icon-arrow-left" @click="goHome">杩斿洖</el-button> <div>{{ name1 }}</div> - <p>{{id}}</p> <el-button icon="el-icon-upload el-icon--right" @click="submit">鎻愪氦</el-button> </div> <el-tabs type="border-card" style="margin-top: 10px!important;" v-model="activeName" @tab-click="handleClick" @@ -41,7 +40,7 @@ id:'' }, name1: "", - activeName: 'second' + activeName: 'first' } }, created() { @@ -60,9 +59,9 @@ }) }, submit() { - /*submitcase(this.id).then(res => { + submitcase(this.id).then(res => { this.goHome() - })*/ + }) }, /*goToBL() { this.$router.push({ -- Gitblit v1.9.1