bug
This commit is contained in:
@@ -86,11 +86,11 @@ export default {
|
||||
if(!this.isFlag) {
|
||||
return
|
||||
}
|
||||
this.isFlag = false
|
||||
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