删除debugger

This commit is contained in:
limengnan 2026-03-12 17:46:19 +08:00
parent 28bb022a90
commit 4de48dc5b9
5 changed files with 0 additions and 6 deletions

View File

@ -210,7 +210,6 @@ onMounted(() => {
},
// style: dragLine.value,
style: (edgeData:any) => {
debugger
// 线线
const baseStyle = dragLine.value;
if (edgeData.data && edgeData.data.isDashed) {
@ -232,7 +231,6 @@ onMounted(() => {
});
graph.on(NodeEvent.CLICK, (evt) => {
debugger
const { target } = evt;
const nodeId = target.id;

View File

@ -296,7 +296,6 @@ function confirmClick(){
}
});
debugger
emit('closeChangeDialogsettings',{
formula: formula.value,
formulaData: formulaData.value,

View File

@ -203,7 +203,6 @@ function getScenarioResults(){
let barChart:any = null
const handleExport = () => {
if (!barChart) return
debugger
// EChartsAPI
barChart.exportToPNG({
pixelRatio: 2,

View File

@ -76,7 +76,6 @@ function getAlgorithmList() { // 获取算法列表
}
function selectAlgorithmType(type:any) { //
debugger
getAlgorithmType(type)
}
const algorithmsTypeData:any =ref([])

View File

@ -39,7 +39,6 @@ const props = defineProps({ // 接收父组件传递的项目信息
});
const isEdit = ref(props.isEdit)
function submitClick() {
debugger
return menuList.value
}
function initDeviceData(){