30461
This commit is contained in:
@@ -188,9 +188,11 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onConfirm() {
|
onConfirm() {
|
||||||
|
if(this.integralInfo.ruleType == 2 && this.form.pass == 1) {
|
||||||
|
this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0].dictName
|
||||||
|
}
|
||||||
this.$refs.form.validate(v => {
|
this.$refs.form.validate(v => {
|
||||||
if (v) {
|
if (v) {
|
||||||
this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0].dictName
|
|
||||||
this.instance.post('/app/apppartyintegraldeclare/examine', null, {
|
this.instance.post('/app/apppartyintegraldeclare/examine', null, {
|
||||||
params: {
|
params: {
|
||||||
...this.form,
|
...this.form,
|
||||||
|
|||||||
Reference in New Issue
Block a user