Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
6779e696
Commit
6779e696
authored
Nov 04, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of…
Merge branch 'master' of
https://codeup.aliyun.com/62eb413b37e2c6c98549e0c9/gsh-hr-department/mp-enterprise-people-recruitment-h5
parents
e4fd572c
dd428878
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
pages.json
src/pages.json
+1
-1
addPost.vue
src/pages/signUp/addPost.vue
+1
-1
index.vue
src/pages/user/myCompany/index.vue
+5
-4
licenseInfo.vue
src/pages/user/myCompany/licenseInfo.vue
+1
-1
No files found.
src/pages.json
View file @
6779e696
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
"pagePath"
:
"pages/recommend/index"
,
"pagePath"
:
"pages/recommend/index"
,
"iconPath"
:
"static/image/tabBar/home.png"
,
"iconPath"
:
"static/image/tabBar/home.png"
,
"selectedIconPath"
:
"static/image/tabBar/homeActive.png"
,
"selectedIconPath"
:
"static/image/tabBar/homeActive.png"
,
"text"
:
"
首页
"
"text"
:
"
招聘
"
},
},
{
{
"pagePath"
:
"pages/policy/index"
,
"pagePath"
:
"pages/policy/index"
,
...
...
src/pages/signUp/addPost.vue
View file @
6779e696
...
@@ -447,7 +447,7 @@ getTreeListApi({ provinceName: "贵州省" }).then(res => {
...
@@ -447,7 +447,7 @@ getTreeListApi({ provinceName: "贵州省" }).then(res => {
cityOpstion
.
value
.
push
(
res
.
data
[
0
].
children
);
cityOpstion
.
value
.
push
(
res
.
data
[
0
].
children
);
});
});
getEnumWorkMode
();
getEnumWorkMode
();
positionList
({
st
uta
s
:
3
}).
then
(
res
=>
{
positionList
({
st
atu
s
:
3
}).
then
(
res
=>
{
res
.
data
=
res
.
data
.
map
(
item
=>
{
res
.
data
=
res
.
data
.
map
(
item
=>
{
item
.
workDic
=
EnumWorkMode
.
value
.
find
(
v
=>
v
.
code
==
item
.
workMode
).
text
;
item
.
workDic
=
EnumWorkMode
.
value
.
find
(
v
=>
v
.
code
==
item
.
workMode
).
text
;
return
item
;
return
item
;
...
...
src/pages/user/myCompany/index.vue
View file @
6779e696
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
</wd-col-picker>
</wd-col-picker>
</formItem>
</formItem>
<formItem
title=
"详细地址"
icon=
""
>
<formItem
title=
"详细地址"
icon=
""
>
<p>
{{
params
.
location
||
"请选择公司所在地"
}}
</p>
<p
style=
"color: #77818f"
>
{{
params
.
location
||
"请选择公司所在地"
}}
</p>
</formItem>
</formItem>
<div
class=
"textarea-wrap"
v-if=
"[1].includes(pageStatus)"
>
<div
class=
"textarea-wrap"
v-if=
"[1].includes(pageStatus)"
>
<p
class=
"label"
>
公司介绍
</p>
<p
class=
"label"
>
公司介绍
</p>
...
@@ -130,6 +130,8 @@ const companyInfo = ref({});
...
@@ -130,6 +130,8 @@ const companyInfo = ref({});
function
getCompanyInfoApiFn
()
{
function
getCompanyInfoApiFn
()
{
getCompanyInfoApi
().
then
(
async
res
=>
{
getCompanyInfoApi
().
then
(
async
res
=>
{
companyInfo
.
value
=
res
.
data
;
companyInfo
.
value
=
res
.
data
;
console
.
log
(
"res.data"
,
res
.
data
);
Object
.
keys
(
params
).
forEach
(
key
=>
{
Object
.
keys
(
params
).
forEach
(
key
=>
{
params
[
key
]
=
res
.
data
[
key
];
params
[
key
]
=
res
.
data
[
key
];
});
});
...
@@ -143,10 +145,9 @@ function getCompanyInfoApiFn() {
...
@@ -143,10 +145,9 @@ function getCompanyInfoApiFn() {
creditCode
,
creditCode
,
cityCode
,
cityCode
,
districtCode
,
districtCode
,
provinceCode
,
provinceCode
companyName
}
=
res
.
data
;
}
=
res
.
data
;
params
.
companyName
=
companyN
ame
;
params
.
companyName
=
n
ame
;
params
.
introduction
=
introduction
;
params
.
introduction
=
introduction
;
params
.
logoPath
=
logoPath
;
params
.
logoPath
=
logoPath
;
params
.
creditCode
=
creditCode
;
params
.
creditCode
=
creditCode
;
...
...
src/pages/user/myCompany/licenseInfo.vue
View file @
6779e696
...
@@ -140,7 +140,7 @@ function getCompanyInfoApiFn() {
...
@@ -140,7 +140,7 @@ function getCompanyInfoApiFn() {
companyInfo
=
res
.
data
;
companyInfo
=
res
.
data
;
status
.
value
=
res
.
data
.
status
;
status
.
value
=
res
.
data
.
status
;
myLicensePath
.
value
=
res
.
data
.
licensePath
;
myLicensePath
.
value
=
res
.
data
.
licensePath
;
companyName
.
value
=
res
.
data
.
companyN
ame
;
companyName
.
value
=
res
.
data
.
n
ame
;
myCode
.
value
=
res
.
data
.
creditCode
;
myCode
.
value
=
res
.
data
.
creditCode
;
myLicenseValidityPeriod
.
value
=
res
.
data
.
licenseValidityPeriod
;
myLicenseValidityPeriod
.
value
=
res
.
data
.
licenseValidityPeriod
;
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment