Merge branch 'dev-3.8' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.9
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user