BUG 29223

This commit is contained in:
2022-04-21 15:02:24 +08:00
parent 7250ff3a45
commit 2fe01ec7cf

View File

@@ -18,7 +18,7 @@
</template>
</ai-card>
<ai-card hideTitle class="staCard fill">
<template #content>
<template slot="content">
<div class="color-999" v-text="`个人积分`"/>
<b class="color-26f" v-text="detail.integral||0"/>
</template>
@@ -92,7 +92,9 @@ export default {
submit() {
this.$refs.DialogForm.validate(v => {
if (v) {
this.instance.post("/app/appparty/editLearningIntegral", this.form).then(res => {
this.instance.post("/app/appparty/editLearningIntegral", null,{
params:this.form
}).then(res => {
if (res?.code == 0) {
this.$message.success("提交成功!")
this.dialog = false