BUG 28331
This commit is contained in:
@@ -217,8 +217,11 @@ export default {
|
|||||||
},
|
},
|
||||||
del(row) {
|
del(row) {
|
||||||
this.$confirm('确定删除该数据?').then(() => {
|
this.$confirm('确定删除该数据?').then(() => {
|
||||||
uni.showLoading()
|
uni.showLoading({})
|
||||||
this.$http.post("/app/appapplicationinfo/delete", null, {params: {ids: row.id}}).then((res) => {
|
let {id: ids, appId} = row
|
||||||
|
this.$http.post("/app/appapplicationinfo/delete", null, {
|
||||||
|
params: {ids, appId}
|
||||||
|
}).then((res) => {
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.$u.toast('删除成功!')
|
this.$u.toast('删除成功!')
|
||||||
this.getUserList()
|
this.getUserList()
|
||||||
|
|||||||
Reference in New Issue
Block a user