审批负责人
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ai-list class="notice">
|
<ai-list class="notice">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<ai-title title="审批负责人" isShowBottomBorder></ai-title>
|
<ai-title title="审批负责人" isShowBottomBorder :isShowArea="true" v-model="search.areaId" :instance="instance" @change="getList"></ai-title>
|
||||||
</template>
|
</template>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
@@ -31,7 +31,8 @@
|
|||||||
@getList="getList">
|
@getList="getList">
|
||||||
<el-table-column slot="options" width="90px" fixed="right" label="操作" align="center">
|
<el-table-column slot="options" width="90px" fixed="right" label="操作" align="center">
|
||||||
<div class="table-options" slot-scope="{ row }">
|
<div class="table-options" slot-scope="{ row }">
|
||||||
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
<el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
||||||
|
<el-button type="text" @click="remove(row.id)">删除</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</ai-table>
|
</ai-table>
|
||||||
@@ -54,7 +55,8 @@
|
|||||||
search: {
|
search: {
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
title: ''
|
title: '',
|
||||||
|
areaId: ''
|
||||||
},
|
},
|
||||||
ids: [],
|
ids: [],
|
||||||
total: 10,
|
total: 10,
|
||||||
@@ -77,6 +79,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
created () {
|
created () {
|
||||||
|
this.search.areaId = this.user.info.areaId
|
||||||
this.dict.load('epidemicRecentTestResult').then(() => {
|
this.dict.load('epidemicRecentTestResult').then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user