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 () {
|
mounted () {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
closeRightBox () {
|
closeRightBox (refresh) {
|
||||||
this.rightBox.show = false
|
this.rightBox.show = false
|
||||||
|
if (refresh) {
|
||||||
|
const findItem = this.tableData.find(item=> item.ip === this.object.manageIp)
|
||||||
|
findItem.imported = 1
|
||||||
|
}
|
||||||
},
|
},
|
||||||
async uploadAsset (row) {
|
async uploadAsset (row) {
|
||||||
this.object = this.newObject()
|
this.object = this.newObject()
|
||||||
|
|||||||
Reference in New Issue
Block a user