删除debugger
This commit is contained in:
parent
28bb022a90
commit
4de48dc5b9
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -296,7 +296,6 @@ function confirmClick(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
debugger
|
|
||||||
emit('closeChangeDialogsettings',{
|
emit('closeChangeDialogsettings',{
|
||||||
formula: formula.value,
|
formula: formula.value,
|
||||||
formulaData: formulaData.value,
|
formulaData: formulaData.value,
|
||||||
|
|||||||
@ -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
|
|
||||||
// 调用ECharts导出API,自定义文件名
|
// 调用ECharts导出API,自定义文件名
|
||||||
barChart.exportToPNG({
|
barChart.exportToPNG({
|
||||||
pixelRatio: 2,
|
pixelRatio: 2,
|
||||||
|
|||||||
@ -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([])
|
||||||
|
|||||||
@ -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(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user