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