This commit is contained in:
liuye
2022-02-11 14:26:59 +08:00
parent 97faf29a8f
commit 806bfeaabc
7 changed files with 51 additions and 45 deletions

View File

@@ -147,7 +147,7 @@ export default {
this.getList()
},
edit(id) {
uni.navigateTo({url: `./Add?id=${id}`})
uni.navigateTo({url: `./Add?id=${id}&type=${this.currentTabs}`})
},
del(id) {
this.$confirm('确定删除该数据?').then(() => {