From ba871da686e0def1dfa2120fc0fcabf6e2a98dcf Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Tue, 25 Dec 2018 16:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/QuotaFormulation/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {