fix:复制接口问题修复
This commit is contained in:
@@ -1367,7 +1367,7 @@ export default {
|
||||
duplicateChart.next = duplicateChartBack.next;
|
||||
duplicateChart.title = duplicateChartBack.title;
|
||||
duplicateChart.elements = duplicateChartBack.elements;
|
||||
duplicateChart.param = JSON.parse(duplicateChartBack.param);
|
||||
duplicateChart.param = duplicateChartBack.param;
|
||||
if(chartNext){
|
||||
chartNext.prev = duplicateChartId;
|
||||
}
|
||||
|
||||
@@ -165,9 +165,7 @@ export default {
|
||||
that.endLoading();
|
||||
}
|
||||
}
|
||||
console.log(that.data)
|
||||
iframe.src = that.data.param.url;
|
||||
console.log(iframe)
|
||||
});
|
||||
},
|
||||
initDialog(){
|
||||
|
||||
Reference in New Issue
Block a user