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

View File

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

View File

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

View File

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

View File

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