修改参数
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user