29220
This commit is contained in:
@@ -55,6 +55,7 @@ export default {
|
||||
integral: '',
|
||||
remark: '',
|
||||
},
|
||||
isFlag: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -82,10 +83,14 @@ export default {
|
||||
return this.$u.toast(rules[v])
|
||||
}
|
||||
}
|
||||
if(!this.isFlag) {
|
||||
return
|
||||
}
|
||||
this.$http.post('/app/apppartyintegralinfo/add', {
|
||||
partyIntegralList: [{...this.form}],
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.isFlag = false
|
||||
this.$u.toast('提交成功')
|
||||
uni.$emit('reload')
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user