|
@@ -1535,7 +1535,11 @@ export default {
|
|
|
const res = await dataBaseInterface.getChartInfoById({
|
|
|
ChartInfoId: this.selected_chartid
|
|
|
})
|
|
|
-
|
|
|
+ if(res.Ret===406){
|
|
|
+ this.$message.warning(res.Msg)
|
|
|
+ this.deleteLabel({code:this.select_node})
|
|
|
+ return
|
|
|
+ }
|
|
|
if (res.Ret !== 200) return;
|
|
|
this.chartInfo = res.Data.ChartInfo;
|
|
|
|