岗位列表字段调整
This commit is contained in:
@@ -89,7 +89,6 @@
|
||||
:fetch-suggestions="querySearchAsync"
|
||||
placeholder="请选择行业类型"
|
||||
@select="handleSelect"
|
||||
maxlength="15"
|
||||
show-word-limit
|
||||
ref="selectTradeId"
|
||||
>
|
||||
@@ -116,7 +115,6 @@
|
||||
:fetch-suggestions="querySearchAsyncWorkType"
|
||||
placeholder="请选择工种"
|
||||
@select="handleSelectWorkType"
|
||||
maxlength="15"
|
||||
show-word-limit
|
||||
:disabled = "worktypeDisabled"
|
||||
>
|
||||
|
||||
@@ -199,7 +199,7 @@ import { viewContractImg, certCheckPass, getCode, resetPwd } from "@/api/manage/
|
||||
import { contractDownload } from "@/api/manage/esignature.js";//api
|
||||
import Resume from "@/components/resume/index";
|
||||
import { idNumberDDesensitization } from "@/util/util";
|
||||
import { applyStatus } from '@/api/manage/econtract'
|
||||
// import { applyStatus } from '@/api/manage/econtract'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { dateFormat } from "@/util/date";
|
||||
import { getConfig } from '@/api/tenant/config'
|
||||
|
||||
Reference in New Issue
Block a user