This commit is contained in:
shijingjing
2023-04-04 14:56:10 +08:00
parent 1e24554662
commit f44191578c
3 changed files with 29 additions and 10 deletions

View File

@@ -98,7 +98,6 @@ export default {
this.$instance.post(`/app/appintegraluserapply/addOrUpdate`,{
...this.form
}).then(res=> {
this.flag = false
if(res?.data) {
this.$u.toast('提交成功')
uni.$emit('edit')