Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-manage
Overview
Overview
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
new-zhengjiang
zj-manage
Commits
6429f0a0
Commit
6429f0a0
authored
Jul 03, 2023
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
5d48f159
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
.DS_Store
.DS_Store
+0
-0
talents.js
src/api/talents.js
+10
-1
request.js
src/utils/request.js
+2
-2
index.vue
src/views/FamilyManage/index.vue
+2
-2
No files found.
.DS_Store
View file @
6429f0a0
No preview for this file type
src/api/talents.js
View file @
6429f0a0
...
...
@@ -19,11 +19,20 @@ export function getList(params) {
export
function
get
(
params
)
{
return
api
(
Object
.
assign
(
formatParams
(
"GET"
,
params
),
{
url
:
`
${
config
.
proxy
}
/admin-api/talent/detail`
,
})
);
}
/**
* 查询详情
*/
export
function
getFamily
(
params
)
{
return
api
(
Object
.
assign
(
formatParams
(
"GET"
,
params
),
{
url
:
`
${
config
.
proxy
}
/admin-api/familyCode/detail`
,
})
);
}
/**
* 查询类型
*/
...
...
src/utils/request.js
View file @
6429f0a0
...
...
@@ -4,8 +4,8 @@ import { getToken } from "@/utils/auth";
const
config
=
{
// proxy: "https://exam.smart-zj.cn:9100/exam/", // 新线上地址
//
proxy: "http://81.69.231.72:8881/", // 测试地址
proxy
:
"http://192.168.3.87:8881/"
,
//本地
proxy
:
"http://81.69.231.72:8881/"
,
// 测试地址
//
proxy: "http://192.168.3.87:8881/", //本地
// proxy: "https://exam.smart-zj.cn:9100/smartExam/", // 新正式接口
};
...
...
src/views/FamilyManage/index.vue
View file @
6429f0a0
...
...
@@ -605,7 +605,7 @@ import TableTemplate from "@/components/Table";
// import { changeList } from '@/utils';
import
{
getList
,
get
,
get
Family
,
getRecord
,
getType
,
getReviewState
,
...
...
@@ -864,7 +864,7 @@ export default {
let
params
=
{
code
:
row
.
familyCode
,
};
get
(
params
).
then
((
res
)
=>
{
get
Family
(
params
).
then
((
res
)
=>
{
this
.
viewDetail
=
res
.
data
;
this
.
viewRow
=
row
;
this
.
viewShow
=
true
;
...
...
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