Commit d1edda7a authored by “yiyousong”'s avatar “yiyousong”

pref:修改部门搜索

parent a8ae3f76
......@@ -5,6 +5,7 @@
:visible.sync="Visible"
width="30%"
@close="handleClose"
:destroy-on-close="true"
>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form-item label="材料简称" prop="materialName">
......
<template>
<div>
<el-dialog title="从公共库中选择" :visible.sync="Visible" width="70%">
<el-dialog
:destroy-on-close="true"
title="从公共库中选择"
:visible.sync="Visible"
width="70%"
>
<TableHeader>
<div slot="right" class="flex">
<el-input
......
......@@ -5,6 +5,7 @@
:visible.sync="Visible"
size="50%"
@close="handleClose"
:destroy-on-close="true"
>
<div class="main flex">
<div class="left flex flexc jcc aic">
......
......@@ -3,6 +3,7 @@
<el-dialog
:title="title"
:visible.sync="Visible"
:destroy-on-close="true"
width="30%"
@close="handleClose"
>
......@@ -35,6 +36,7 @@
v-model="form.deptCode"
placeholder="请选择部门"
@change="handleChange"
filterable
>
<el-option
v-for="v in departmentList"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment