This commit is contained in:
liuye
2021-12-31 16:41:01 +08:00
parent 462b7fd1f9
commit 0e81b4e86a

View File

@@ -116,10 +116,6 @@ export default {
})
this.$http.post(`/app/appapplicationinfo/list?appId=${this.appId}&current=${this.current}&size=${999}`, { searchParam: this.keyword }).then((res) => {
if (res.code == 0) {
uni.showToast({
title: '加载完毕',
icon: 'none',
})
res.data.records.map((item) => {
item.isChecked = false
})