顶部列表联动中间表格刷新

This commit is contained in:
Teo
2025-03-25 11:12:26 +08:00
parent 9cf18799fc
commit 0fe766cb12
3 changed files with 3 additions and 9 deletions

View File

@ -172,6 +172,7 @@ const { queryParams, form, rules } = toRefs(data);
/** 查询分包单位列表 */
const getList = async () => {
loading.value = true;
const res = await listContractor(queryParams.value);
contractorList.value = res.rows;
total.value = res.total;