Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
639a14cb
Commit
639a14cb
authored
Sep 20, 2023
by
cmosquito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了所有页面进入学员详情页都是一个新页面
parent
9adf757b
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
398 additions
and
181 deletions
+398
-181
src/components/cso/getData.vue
+11
-4
src/views/courseManager/recruitCourse.vue
+11
-5
src/views/dailyTask/chatStu.vue
+11
-5
src/views/dailyTask/editPlan.vue
+11
-5
src/views/dailyTask/needScoreStu.vue
+12
-15
src/views/dailyTask/newAllocate.vue
+11
-5
src/views/dailyTask/newClew.vue
+11
-5
src/views/dailyTask/newStu.vue
+11
-5
src/views/dailyTask/selectCourseUnConfirm.vue
+11
-5
src/views/dailyTask/unChatStu.vue
+11
-5
src/views/data/statistics/index.vue
+11
-5
src/views/data/statistics/schoolList.vue
+11
-4
src/views/data/statistics/unPayBalance.vue
+11
-5
src/views/notice/noticeAll.vue
+11
-5
src/views/outline/outlineList.vue
+11
-4
src/views/payCostTag/index.vue
+11
-4
src/views/pms/product/bind.vue
+11
-4
src/views/pms/product/haveScoreStu.vue
+11
-5
src/views/pms/product/index.vue
+12
-5
src/views/pms/product/kefuBind.vue
+11
-4
src/views/pms/product/kefuMasterMyStu.vue
+11
-5
src/views/pms/product/kefuUnBind.vue
+11
-5
src/views/pms/product/singleTagPage.vue
+11
-5
src/views/pms/product/superAdminMyStu.vue
+11
-5
src/views/pms/product/unBind.vue
+11
-5
src/views/pms/product/unCommit.vue
+11
-4
src/views/pms/product/xuefuMasterMyStu.vue
+11
-5
src/views/pms/product/xuefuMyStu.vue
+11
-3
src/views/pms/product/xuefuSingleTagPage.vue
+11
-5
src/views/schoolManager/independentTeach.vue
+11
-5
src/views/schoolManager/unIndependentTeach.vue
+11
-5
src/views/selectingPage/auditFail.vue
+11
-5
src/views/selectingPage/confirmAuditCourse.vue
+11
-5
src/views/selectingPage/confirmTurn.vue
+11
-5
src/views/selectingPage/selectUnPass.vue
+11
-5
src/views/selectingPage/selecting.vue
+11
-5
No files found.
src/components/cso/getData.vue
View file @
639a14cb
...
...
@@ -155,13 +155,20 @@ export default {
this
.
getNewAddClew
();
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/courseManager/recruitCourse.vue
View file @
639a14cb
...
...
@@ -511,14 +511,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
submitForm
(
formName
)
{
...
...
src/views/dailyTask/chatStu.vue
View file @
639a14cb
...
...
@@ -213,14 +213,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/dailyTask/editPlan.vue
View file @
639a14cb
...
...
@@ -296,14 +296,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/dailyTask/needScoreStu.vue
View file @
639a14cb
...
...
@@ -488,25 +488,22 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123);
},
handleStuDetail
(
id
)
{
// 跳到学员详情
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
query
:
{
id
:
id
}
});
// console.log(123);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
// 翻页
this
.
listQuery
.
pageNum
=
val
;
...
...
src/views/dailyTask/newAllocate.vue
View file @
639a14cb
...
...
@@ -255,14 +255,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/dailyTask/newClew.vue
View file @
639a14cb
...
...
@@ -278,14 +278,20 @@ export default {
this
.
getNewAddClew
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleAddRecord
(
id
)
{
this
.
chatRecord
=
{};
...
...
src/views/dailyTask/newStu.vue
View file @
639a14cb
...
...
@@ -212,14 +212,20 @@ export default {
this
.
getNewStu
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/dailyTask/selectCourseUnConfirm.vue
View file @
639a14cb
...
...
@@ -555,14 +555,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/dailyTask/unChatStu.vue
View file @
639a14cb
...
...
@@ -270,14 +270,20 @@ export default {
this
.
getNewUnChatUser
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleAddRecord
(
id
)
{
this
.
chatRecord
=
{};
...
...
src/views/data/statistics/index.vue
View file @
639a14cb
...
...
@@ -479,14 +479,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
// console.log("prop", column.prop);
...
...
src/views/data/statistics/schoolList.vue
View file @
639a14cb
...
...
@@ -249,13 +249,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/data/statistics/unPayBalance.vue
View file @
639a14cb
...
...
@@ -447,14 +447,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
// console.log("prop", column.prop);
...
...
src/views/notice/noticeAll.vue
View file @
639a14cb
...
...
@@ -186,14 +186,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/outline/outlineList.vue
View file @
639a14cb
...
...
@@ -229,13 +229,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/payCostTag/index.vue
View file @
639a14cb
...
...
@@ -169,13 +169,20 @@ export default {
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/bind.vue
View file @
639a14cb
...
...
@@ -291,13 +291,20 @@ export default {
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/haveScoreStu.vue
View file @
639a14cb
...
...
@@ -519,14 +519,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 跳到学员详情
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
// 翻页
...
...
src/views/pms/product/index.vue
View file @
639a14cb
...
...
@@ -471,14 +471,21 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/kefuBind.vue
View file @
639a14cb
...
...
@@ -340,13 +340,20 @@ export default {
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/kefuMasterMyStu.vue
View file @
639a14cb
...
...
@@ -502,14 +502,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/kefuUnBind.vue
View file @
639a14cb
...
...
@@ -343,14 +343,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/singleTagPage.vue
View file @
639a14cb
...
...
@@ -242,14 +242,20 @@ export default {
}
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
del
()
{
// this.$refs[formName].validate(valid => {
...
...
src/views/pms/product/superAdminMyStu.vue
View file @
639a14cb
...
...
@@ -424,14 +424,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/unBind.vue
View file @
639a14cb
...
...
@@ -216,14 +216,20 @@ export default {
this
.
getData
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/unCommit.vue
View file @
639a14cb
...
...
@@ -178,13 +178,20 @@ export default {
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
changeTableSort
(
column
)
{
console
.
log
(
"prop"
,
column
.
prop
);
...
...
src/views/pms/product/xuefuMasterMyStu.vue
View file @
639a14cb
...
...
@@ -525,14 +525,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/xuefuMyStu.vue
View file @
639a14cb
...
...
@@ -521,12 +521,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/pms/product/xuefuSingleTagPage.vue
View file @
639a14cb
...
...
@@ -227,14 +227,20 @@ export default {
this
.
getSingleTag
();
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
del
()
{
// this.$refs[formName].validate(valid => {
...
...
src/views/schoolManager/independentTeach.vue
View file @
639a14cb
...
...
@@ -223,14 +223,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
submitForm
(
formName
)
{
...
...
src/views/schoolManager/unIndependentTeach.vue
View file @
639a14cb
...
...
@@ -231,14 +231,20 @@ export default {
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
submitForm
(
formName
)
{
...
...
src/views/selectingPage/auditFail.vue
View file @
639a14cb
...
...
@@ -423,14 +423,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/selectingPage/confirmAuditCourse.vue
View file @
639a14cb
...
...
@@ -579,14 +579,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/selectingPage/confirmTurn.vue
View file @
639a14cb
...
...
@@ -571,14 +571,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/selectingPage/selectUnPass.vue
View file @
639a14cb
...
...
@@ -467,14 +467,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
src/views/selectingPage/selecting.vue
View file @
639a14cb
...
...
@@ -751,14 +751,20 @@ export default {
this
.
$router
.
push
({
path
:
"/pms/addProduct"
});
},
handleStuDetail
(
id
)
{
// 测试用的
this
.
$router
.
push
({
path
:
"/pms/stuDetail"
,
// 跳转学员详情页打开新页面
// this.$router.push({
// path: "/pms/stuDetail",
// query: {
// id: id
// }
// });
const
{
href
}
=
this
.
$router
.
resolve
({
path
:
'/pms/stuDetail'
,
query
:
{
id
:
id
id
:
id
}
});
// console.log(123
);
window
.
open
(
href
,
'_blank'
);
},
handleCurrentChange
(
val
)
{
...
...
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