去除注释
This commit is contained in:
parent
93f1a6e285
commit
060673e0e1
|
|
@ -177,9 +177,7 @@ const isSelected = ref(false);
|
||||||
const selectedOrgs = ref<string[]>([])
|
const selectedOrgs = ref<string[]>([])
|
||||||
//预览机构设备架构
|
//预览机构设备架构
|
||||||
function handlePrview(record){
|
function handlePrview(record){
|
||||||
console.log("🚀 ~ handlePrview ~ record:", record)
|
|
||||||
var params = {orgCode: record.orgCode}
|
var params = {orgCode: record.orgCode}
|
||||||
console.log("🚀 ~ handlePrview ~ params:", params)
|
|
||||||
devicesPriviewRef.value.init(params);
|
devicesPriviewRef.value.init(params);
|
||||||
devicesPriviewRef.value.disableSubmit = true;
|
devicesPriviewRef.value.disableSubmit = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue