29220
This commit is contained in:
@@ -65,6 +65,7 @@ export default {
|
||||
userList: [],
|
||||
showUserSelect: false,
|
||||
params: {year: true, month: true, day: true, hour: false, minute: false, second: false},
|
||||
isFlag: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -93,8 +94,12 @@ export default {
|
||||
return this.$u.toast(rules[v])
|
||||
}
|
||||
}
|
||||
if(!this.isFlag) {
|
||||
return
|
||||
}
|
||||
this.$http.post('/app/apppartyfourlinkage/addOrUpdate', {...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