BUG 26118

This commit is contained in:
aixianling
2021-12-28 16:30:48 +08:00
parent c3118f9f8c
commit d7b4306b5b
4 changed files with 7 additions and 12 deletions

View File

@@ -211,16 +211,11 @@ export default {
toEdit() {
if (this.info.dataCount !== 0) {
return this.$u.toast('该表单已有数据,无法编辑!')
} else {
let {id} = this
this.isShow = false
uni.navigateTo({url: `./AddForm?id=${id}`})
}
this.$emit('change', {
type: 'AddForm',
params: {
id: this.id
}
})
this.isShow = false
},
share(id) {