From 59f8671e90e177ef815725bbe1b0cb0c63a432dc Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 1 Jul 2022 12:34:19 +0800 Subject: [PATCH] total --- .../apps/AppPartyMemberScore/psDetail.vue | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue b/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue index 454f82a3..cde71cd1 100644 --- a/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue +++ b/project/sanjianxi/apps/AppPartyMemberScore/psDetail.vue @@ -30,13 +30,6 @@ - - - - - - - @@ -60,7 +53,6 @@ export default { {label: "剩余积分", prop: "residualIntegral", align: 'center'}, {label: "调整说明", prop: "remark"}, ], - dialog: false, form: {}, rules: { learningIntegral: [ @@ -81,7 +73,8 @@ export default { this.instance.post("/app/apppartyintegralinfo/list", null, { params: { partyId: id, - ...this.page + ...this.page, + total: this.total } }).then(res => { if (res?.data) { @@ -96,21 +89,6 @@ export default { back() { this.$router.push({}) }, - submit() { - this.$refs.DialogForm.validate(v => { - if (v) { - this.instance.post("/app/appparty/editLearningIntegral", null,{ - params:this.form - }).then(res => { - if (res?.code == 0) { - this.$message.success("提交成功!") - this.dialog = false - this.getDetail() - } - }) - } - }) - }, handleEditLearningIntergral(partyMemberId) { this.dialog = true this.form = {partyMemberId}