修改列表使用方数据范围传参
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -276,7 +276,8 @@ const getTableData = () => { | ... | @@ -276,7 +276,8 @@ const getTableData = () => { |
| 276 | pageSize: page.value.limit, | 276 | pageSize: page.value.limit, |
| 277 | damName: page.value.damName, | 277 | damName: page.value.damName, |
| 278 | damType: page.value.damType, | 278 | damType: page.value.damType, |
| 279 | approveState: page.value.approveState | 279 | approveState: page.value.approveState, |
| 280 | characterType: isDataUse.value ? '1' : '2' | ||
| 280 | }).then((res: any) => { | 281 | }).then((res: any) => { |
| 281 | tableInfo.value.loading = false; | 282 | tableInfo.value.loading = false; |
| 282 | if (res?.code == proxy.$passCode) { | 283 | if (res?.code == proxy.$passCode) { | ... | ... |
-
Please register or sign in to post a comment