|
@@ -1535,7 +1535,10 @@ export default {
|
|
|
const res = await dataBaseInterface.getChartInfoById({
|
|
|
ChartInfoId: this.selected_chartid
|
|
|
})
|
|
|
-
|
|
|
+ if(res.Ret===403&&res.Msg=='图被删除,请刷新页面'){
|
|
|
+ this.deleteLabel({code:this.select_node})
|
|
|
+ return
|
|
|
+ }
|
|
|
if (res.Ret !== 200) return;
|
|
|
this.chartInfo = res.Data.ChartInfo;
|
|
|
|