BUG 29223
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
<ai-card hideTitle class="staCard fill">
|
<ai-card hideTitle class="staCard fill">
|
||||||
<template #content>
|
<template slot="content">
|
||||||
<div class="color-999" v-text="`个人积分`"/>
|
<div class="color-999" v-text="`个人积分`"/>
|
||||||
<b class="color-26f" v-text="detail.integral||0"/>
|
<b class="color-26f" v-text="detail.integral||0"/>
|
||||||
</template>
|
</template>
|
||||||
@@ -92,7 +92,9 @@ export default {
|
|||||||
submit() {
|
submit() {
|
||||||
this.$refs.DialogForm.validate(v => {
|
this.$refs.DialogForm.validate(v => {
|
||||||
if (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) {
|
if (res?.code == 0) {
|
||||||
this.$message.success("提交成功!")
|
this.$message.success("提交成功!")
|
||||||
this.dialog = false
|
this.dialog = false
|
||||||
|
|||||||
Reference in New Issue
Block a user