This commit is contained in:
花有清香月有阴
2021-12-31 16:50:12 +08:00

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
})