审计日志功能上传
This commit is contained in:
parent
f89d4023ca
commit
bc2c980153
|
|
@ -42,7 +42,10 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
submit(){
|
submit(){
|
||||||
updateLogSize(Number(this.capacityForm.logCapacity)).then((response) => {
|
let params={
|
||||||
|
capacity: this.capacityForm.logCapacity
|
||||||
|
}
|
||||||
|
updateLogSize(params).then(response => {
|
||||||
if(response.code==200){
|
if(response.code==200){
|
||||||
this.$message({
|
this.$message({
|
||||||
showClose: true,
|
showClose: true,
|
||||||
|
|
@ -58,4 +61,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
Loading…
Reference in New Issue