直转记录查看
This commit is contained in:
parent
f9540e0bc1
commit
6669ae6d65
|
|
@ -36,9 +36,9 @@
|
|||
</el-form>
|
||||
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5" v-hasPermi="['direct:info:add']">
|
||||
<!-- <el-col :span="1.5" v-hasPermi="['direct:info:add']">
|
||||
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd">直转申请</el-button>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport">导出数据</el-button>
|
||||
</el-col>
|
||||
|
|
@ -204,10 +204,12 @@ export default {
|
|||
let params = {}
|
||||
if (type === 1) {
|
||||
params = { type: 'detail', id: row.id }
|
||||
this.$router.push({ path: '/transition/groundApply', query: params })
|
||||
} else {
|
||||
params = { type: 'edit', id: row.id }
|
||||
this.$router.push({ path: '/business/businessHandling/directApply', query: params })
|
||||
}
|
||||
this.$router.push({ path: '/business/businessHandling/directApply', query: params })
|
||||
|
||||
},
|
||||
// 删除
|
||||
handleDelete(row) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue