| | |
| | | plain |
| | | icon="el-icon-refresh" |
| | | size="mini" |
| | | @click="handleAdd" |
| | | @click="handleAdd('add')" |
| | | v-hasPermi="['system:experts:add']" |
| | | >新增</el-button> |
| | | </el-col> |
| | |
| | | :limit.sync="queryParams.pageSize" |
| | | @pagination="getList" |
| | | /> |
| | | <add-dialog ref="addDialogRef" @getList = "getList"></add-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import addDialog from "@/views/notCoalMine/nPlaceManage/nExamManage/components/addDialog.vue"; |
| | | export default { |
| | | name: "nPeopleManage", |
| | | dicts: [], |
| | | components: {}, |
| | | components: {addDialog}, |
| | | data() { |
| | | return { |
| | | loading: false, |
| | |
| | | resetQuery(){ |
| | | |
| | | }, |
| | | handleAdd(){ |
| | | |
| | | handleAdd(type, data){ |
| | | this.$refs.addDialogRef.openDialog(type, data); |
| | | } |
| | | } |
| | | }; |