【修改】修改弹窗关闭
This commit is contained in:
@@ -147,6 +147,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.$emit('updateList')
|
this.$emit('updateList')
|
||||||
}
|
}
|
||||||
|
this.dialogVisible = false
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$api.report.labelUpdate(this.form).then(res => {
|
this.$api.report.labelUpdate(this.form).then(res => {
|
||||||
@@ -156,10 +157,13 @@ export default {
|
|||||||
message: '更新成功'
|
message: '更新成功'
|
||||||
})
|
})
|
||||||
this.$emit('updateList')
|
this.$emit('updateList')
|
||||||
|
this.dialogVisible = false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.dialogVisible = false
|
|
||||||
|
}else{
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user