Commit 0ddf4bb6 authored by wangxl's avatar wangxl

777

parent 8dd7495a
......@@ -15,7 +15,7 @@
<a-input placeholder="工作单位" v-model="expertSearchForm.workUnit" :maxLength="100" style="width: 150px" />
</a-form-item>
<a-form-item>
<para-multi-select-tow v-model="expertSearchForm.spec" @parentChange="parChange" :title="'专业'" :objType="'expert'" :typeId="42" :width="150" />
<para-multi-select-tow v-model="expertSearchForm.spec" @parentChange="parChange" :title="'专业'" :objType="'expert'" :typeId="57" :width="150" />
</a-form-item>
<a-form-item>
<a-button type="primary" icon="search" @click="expertSearch">搜索</a-button>
......
......@@ -27,7 +27,7 @@
<para-multi-select v-model="searchForm.title" @parentChange="titleChange" :title="'职称'" :objType="'project'" :typeId="7" :width="150" />
</a-form-item>
<a-form-item>
<para-multi-select v-model="searchForm.spec" @parentChange="specChange" :title="'评审专业'" :objType="'project'" :typeId="42" :width="150" />
<para-multi-select v-model="searchForm.spec" @parentChange="specChange" :title="'评审专业'" :objType="'project'" :typeId="57" :width="150" />
</a-form-item>
<a-form-item>
<a-button type="primary" icon="search" @click="search">搜索</a-button>
......
......@@ -68,7 +68,7 @@
</a-col>
<a-col :span="20">
<a-form-model-item ref="spec" prop="spec" :label-col="{ span: 3 }" :wrapper-col="{ span: 21 }">
<para-multi-select v-model="formData.spec" :typeId="42" />
<para-multi-select v-model="formData.spec" :typeId="57" />
</a-form-model-item>
</a-col>
</a-row>
......
......@@ -59,7 +59,7 @@
</a-col>
<a-col :span="20">
<a-form-model-item ref="spec" prop="spec" :label-col="{ span: 3 }" :wrapper-col="{ span: 21 }">
<para-multi-select v-model="formData.spec" :typeId="42" />
<para-multi-select v-model="formData.spec" :typeId="57" />
</a-form-model-item>
</a-col>
</a-row>
......
......@@ -85,7 +85,7 @@
<para-multi-select :width="180" v-model="formData.title" :typeId="7" />
</a-form-model-item>
<a-form-model-item label="专 业" prop="spec">
<para-multi-select :width="180" v-model="formData.spec" :typeId="42" />
<para-multi-select :width="180" v-model="formData.spec" :typeId="57" />
</a-form-model-item>
<a-form-model-item label="邮 箱" prop="email">
<a-input v-model="formData.email" :maxLength="30" style="width:180px;" />
......
......@@ -112,7 +112,7 @@
<div class="special-middle">
<div>
<a-form-model-item :prop="'members.' + index + '.spec'" :rules="{required: true,message: '*',trigger: 'change',}">
<para-multi-select v-model="item.spec" :width="120" :typeId="42" />
<para-multi-select v-model="item.spec" :width="120" :typeId="57" />
</a-form-model-item>
</div>
</div>
......
......@@ -113,7 +113,7 @@
</a-col>
<a-col :span="20">
<a-form-model-item prop="spec">
<para-multi-select v-model="memObject.spec" :typeId="42" :width="120" @changeTitle="(e)=>{ memObject.specName = e}" />
<para-multi-select v-model="memObject.spec" :typeId="57" :width="120" @changeTitle="(e)=>{ memObject.specName = e}" />
</a-form-model-item>
</a-col>
</a-row>
......
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