fix:修改集成升级命令

This commit is contained in:
zyh
2023-03-13 17:42:10 +08:00
parent cf7eea33af
commit a3e9d5ba73
2 changed files with 8 additions and 7 deletions

View File

@@ -105,10 +105,10 @@ export default {
if (response.code === 200) {
this.assetList = response.data.list
if (this.assetList && this.assetList.length > 0) {
this.$nextTick(() => {
setTimeout(() => {
this.assetId = String(this.assetList[0].id)
this.loadFinish = true
})
}, 100)
}
}
})