NEZ-3070 fix:software asset列表编辑页面 (50%)

This commit is contained in:
zhangyu
2023-08-21 15:10:54 +08:00
parent baabb3bbaf
commit 239dda9aaa
10 changed files with 681 additions and 70 deletions

View File

@@ -161,6 +161,8 @@ export default {
if (this.detailType === 'view') {
this.$refs.dataDetail && (this.$refs.dataDetail.$refs.dataTable.scrollTop = 0)
}
} else {
this.$message.error(response.error || response.msg)
}
})
},