2023年10月15日 去除限制
This commit is contained in:
parent
58e8b808af
commit
7e3b74a40e
|
@ -137,7 +137,7 @@ onMounted(() => {
|
|||
if(route.query.id){
|
||||
model.notes = '';
|
||||
//按教师编号加载数据,屏蔽掉无效的,不分页
|
||||
list({ pageSize: -1, sfyx: '0', jsbh: route.query.id }).then(res => {
|
||||
list({ pageSize: -1, jsbh: route.query.id }).then(res => {
|
||||
let list = (res?.records) ?? [];
|
||||
tableData.value = list;
|
||||
tableData.value.forEach(x => x.isShow = true);//默认展开
|
||||
|
|
Loading…
Reference in New Issue