Merge branch 'dev-3.8' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.9

This commit is contained in:
zhangyu
2023-10-16 18:53:40 +08:00

View File

@@ -249,8 +249,12 @@ export default {
mounted () {
},
methods: {
closeRightBox () {
closeRightBox (refresh) {
this.rightBox.show = false
if (refresh) {
const findItem = this.tableData.find(item=> item.ip === this.object.manageIp)
findItem.imported = 1
}
},
async uploadAsset (row) {
this.object = this.newObject()