修改项目树问题 绘制稳态治理分析页面
This commit is contained in:
@@ -95,10 +95,11 @@ const tableStore = new TableStore({
|
||||
},
|
||||
click: async row => {
|
||||
row.loading1 = true
|
||||
loading.value = true
|
||||
isWaveCharts.value = true
|
||||
|
||||
await analyseWave(row.id)
|
||||
.then(res => {
|
||||
loading.value = true
|
||||
isWaveCharts.value = true
|
||||
row.loading1 = false
|
||||
if (res != undefined) {
|
||||
boxoList.value = row
|
||||
|
||||
Reference in New Issue
Block a user