|
|
|
@ -32,7 +32,7 @@ G |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.zcg.ghr1Id')" prop="ghr1Id"> |
|
|
|
<el-input type="text" v-model="form.ghr1Id" maxlength="50" :placeholder="$t('form.placeholderSelect')" /> |
|
|
|
<SelectDeptUser v-model="form.ghr1Id" key="ghr1Id"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
@ -44,7 +44,7 @@ G |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="$t('page.business.resource.zcg.ghr2Id')" prop="ghr2Id"> |
|
|
|
<el-input type="text" v-model="form.ghr2Id" maxlength="50" :placeholder="$t('form.placeholderSelect')" /> |
|
|
|
<SelectDeptUser v-model="form.ghr2Id" key="ghr2Id"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
@ -87,10 +87,11 @@ G |
|
|
|
import { zcg_ysgh, zcg_ysghBatch } from "@/api/business/zcg/zcg" |
|
|
|
import { mapGetters } from 'vuex' |
|
|
|
import SelectList from "./SelectList"; |
|
|
|
import SelectDeptUser from '@/views/business/comps/select/SelectDeptUser'; |
|
|
|
|
|
|
|
export default { |
|
|
|
name: "ZcgYsgh", |
|
|
|
components: { SelectList }, |
|
|
|
components: { SelectList,SelectDeptUser }, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
isBatch: false, |
|
|
|
|