This commit is contained in:
shijingjing
2022-06-30 19:42:27 +08:00
parent c17cebfe2a
commit 324edf7569

View File

@@ -189,6 +189,7 @@ export default {
onConfirm() {
this.$refs.form.validate(v => {
if (v) {
this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0].dictName
this.instance.post('/app/apppartyintegraldeclare/examine', null, {
params: {
...this.form,