去除注释

This commit is contained in:
yangjun 2025-08-27 15:36:25 +08:00
parent 93f1a6e285
commit 060673e0e1
1 changed files with 0 additions and 2 deletions

View File

@ -177,9 +177,7 @@ const isSelected = ref(false);
const selectedOrgs = ref<string[]>([])
//
function handlePrview(record){
console.log("🚀 ~ handlePrview ~ record:", record)
var params = {orgCode: record.orgCode}
console.log("🚀 ~ handlePrview ~ params:", params)
devicesPriviewRef.value.init(params);
devicesPriviewRef.value.disableSubmit = true;
}