2023年10月15日 去除限制

This commit is contained in:
bai 2023-10-15 17:10:35 +08:00
parent 58e8b808af
commit 7e3b74a40e
1 changed files with 1 additions and 1 deletions

View File

@ -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);//