|
@@ -533,12 +533,13 @@ export default {
|
|
|
PageSize:1200,
|
|
|
CurrentIndex:1,
|
|
|
MyChartClassifyId: Number(id),
|
|
|
+ IsShared:true,
|
|
|
}).then(res=>{
|
|
|
if(res.Ret!==200) return
|
|
|
if(res.Data&&res.Data.List){
|
|
|
if(res.Data.List.length){
|
|
|
this.chartClassify = id
|
|
|
- this.classifyUserId = nodeLink.AdminId||0
|
|
|
+ this.classifyUserId = nodeLink?nodeLink.AdminId||0:0
|
|
|
this.chartCode = res.Data.List[0].UniqueCode
|
|
|
this.chartArr = res.Data.List.map(item => item.UniqueCode)
|
|
|
this.myETADetailDialogShow = true
|