|
@@ -1535,7 +1535,8 @@ export default {
|
|
|
const res = await dataBaseInterface.getChartInfoById({
|
|
|
ChartInfoId: this.selected_chartid
|
|
|
})
|
|
|
- if(res.Ret===403&&res.Msg=='图被删除,请刷新页面'){
|
|
|
+ if(res.Ret===406){
|
|
|
+ this.$message.warning(res.Msg)
|
|
|
this.deleteLabel({code:this.select_node})
|
|
|
return
|
|
|
}
|