src/pages/production/list/index.vue
@@ -43,6 +43,8 @@ unit: "unit", poleModel: "poleModel", contractNo: "contractNo", isMonofil: "isMonofil", totalWeight: "totalWeight", }); const props = defineProps({ api: { @@ -103,6 +105,8 @@ map.unAmount = "unAmount"; map.poleModel = "poleModel"; map.contractNo = "contractNo"; map.isMonofil = "isMonofil"; map.totalWeight = "totalWeight"; } if (data.data.total == 0) { pagingRef.value.complete(true);