修改参数

This commit is contained in:
13684185576
2025-07-24 14:11:11 +08:00
parent 6e5853d852
commit c9606a1879
15 changed files with 576 additions and 333 deletions

View File

@ -339,6 +339,8 @@ const buttonLoading = ref(false);
// 选择检查站
const chooseUserVisible = ref(false);
const choosedJcz = (row) => {
console.log(row,'row');
listData.jczList = row;
formData.value.kdbbs = row.length;
};