src/views/hiddenDangerRegistration/index.vue
@@ -282,7 +282,7 @@ <el-table-column label="流程操作" align="center"> </el-table-column> <el-table-column label="基本操作" align="center"> <template slot-scope="scope"> <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button> <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button> </template> </el-table-column> </el-table> @@ -345,7 +345,8 @@ // 发送隐患单跳转 handleClick(){ this.$router.push({ path:"/hiddenDangerList" path:"/hiddenDangerList", }) }, }