修改
This commit is contained in:
parent
6b1bd87f35
commit
6352bb976a
@ -58,6 +58,7 @@ export function updateTrainingItem(data) {
|
|||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// 下拉
|
||||||
export function selectSubordinateItem(trainingParentId) {
|
export function selectSubordinateItem(trainingParentId) {
|
||||||
return request({
|
return request({
|
||||||
url: `/system/trainingItem/selectSubordinateItem?trainingParentId=${trainingParentId}`,
|
url: `/system/trainingItem/selectSubordinateItem?trainingParentId=${trainingParentId}`,
|
||||||
|
|||||||
@ -1175,6 +1175,7 @@ export default {
|
|||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// 下拉
|
||||||
info(row) {
|
info(row) {
|
||||||
if (!row.expand) {
|
if (!row.expand) {
|
||||||
// 先判断该行是否已经展开了
|
// 先判断该行是否已经展开了
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user