删除debugger
This commit is contained in:
parent
28bb022a90
commit
4de48dc5b9
@ -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;
|
||||
|
||||
|
||||
@ -296,7 +296,6 @@ function confirmClick(){
|
||||
}
|
||||
|
||||
});
|
||||
debugger
|
||||
emit('closeChangeDialogsettings',{
|
||||
formula: formula.value,
|
||||
formulaData: formulaData.value,
|
||||
|
||||
@ -203,7 +203,6 @@ function getScenarioResults(){
|
||||
let barChart:any = null
|
||||
const handleExport = () => {
|
||||
if (!barChart) return
|
||||
debugger
|
||||
// 调用ECharts导出API,自定义文件名
|
||||
barChart.exportToPNG({
|
||||
pixelRatio: 2,
|
||||
|
||||
@ -76,7 +76,6 @@ function getAlgorithmList() { // 获取算法列表
|
||||
}
|
||||
|
||||
function selectAlgorithmType(type:any) { // 选择算法类型
|
||||
debugger
|
||||
getAlgorithmType(type)
|
||||
}
|
||||
const algorithmsTypeData:any =ref([])
|
||||
|
||||
@ -39,7 +39,6 @@ const props = defineProps({ // 接收父组件传递的项目信息
|
||||
});
|
||||
const isEdit = ref(props.isEdit)
|
||||
function submitClick() {
|
||||
debugger
|
||||
return menuList.value
|
||||
}
|
||||
function initDeviceData(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user