diff --git a/src/views/ManufacturingCenter/QuotaFormulation/index.vue b/src/views/ManufacturingCenter/QuotaFormulation/index.vue index d0a01fde..bf943e12 100644 --- a/src/views/ManufacturingCenter/QuotaFormulation/index.vue +++ b/src/views/ManufacturingCenter/QuotaFormulation/index.vue @@ -253,7 +253,7 @@ export default { this.listLoading = true this.tableData = [] this.num0 = '' - if (this.radio === 1) { + if (this.radio === 1) { // 未编制 detailInfo(this.partNumValue).then(response => { if (response.data.length !== 0) { this.typeValue = response.data[0].零件类型名称 @@ -264,6 +264,7 @@ export default { } }).then(() => { mainTable(this.num0).then(response => { + console.log(response.data) if (response.data.length === 0) { this.listLoading = false } else {