diff --git a/src/pages/modules/index1.vue b/src/pages/modules/index1.vue index c63baf9..d66e128 100644 --- a/src/pages/modules/index1.vue +++ b/src/pages/modules/index1.vue @@ -1,7 +1,7 @@ @@ -195,8 +214,10 @@ export default { async _pickingInfo () { let res = await pickingInfo(this.value) if (res) { - if (res.taskList) { + if (res.taskList && res.taskList.length > 0) { this.itemData = [...res.taskList] + } else { + this.itemData = [] } if (res.pointInfo) { this.isUsed = res.pointInfo.is_used