提交 42a349f3 authored 作者: 王鹏飞's avatar 王鹏飞

隐藏毕业典礼的申请

上级 f5adf612
<template> <template>
<div> <div>
<el-button type="primary" @click="handleAdd">申请活动</el-button> <!-- <el-button type="primary" @click="handleAdd">申请活动</el-button> -->
<div style="height: 20px"></div> <div style="height: 20px"></div>
<el-table border :data="list" style="width: 100%"> <el-table border :data="list" style="width: 100%">
<el-table-column type="expand"> <el-table-column type="expand">
......
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
methods: { methods: {
getTypes() { getTypes() {
api.getAffairType().then(response => { api.getAffairType().then(response => {
// response = response.concat([{ affair_name: '毕业典礼', form_name: 'graduation', id: 'graduation' }]) response = response.concat([{ affair_name: '毕业典礼', form_name: 'graduation', id: 'graduation' }])
const [first = {}] = response const [first = {}] = response
this.active = first this.active = first
this.types = response this.types = response
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论