讲师管理bug

This commit is contained in:
zhangsir
2024-11-25 18:58:44 +08:00
parent 777dec4020
commit e6d8907a2b
4 changed files with 29 additions and 28 deletions

View File

@@ -284,9 +284,9 @@ export default{
},
})
const PlaceOfPayList = ref([
{ value: '1', label: "一级审批" },
{ value: '2', label: "二级审批" },
{ value: '3', label: "三级审批" },
{ value: '1', label: "一级审批" },
{ value: '2', label: "二级审批" },
{ value: '3', label: "三级审批" },
])
const placeData = () => {
lecturer.parentList().then(res=>{