From 1b519291d8d7c184c12f54660e8a8602af61b89e Mon Sep 17 00:00:00 2001 From: "Mr.Z" <709235321@qq.com> Date: Tue, 24 Aug 2021 10:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE=E5=BA=93?= =?UTF-8?q?=E5=88=86=E9=A1=B5bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/pages/details.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index 04b1c3912..dda9cc87c 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -734,7 +734,8 @@ export default { }, res => { if (res.ok) { // this.$message.success(res.message) - this.getDataList() + // this.getDataList() + this.showLocalProductData(this.getLocalPro) } }, e => { }); @@ -838,7 +839,8 @@ export default { this.proId = this.localProEO.id // 查询详情表格数据 this.$http.get('sarStandProjectLibrary/queryStandInfo', { - id: this.localProEO.id + id: this.localProEO.id, + cars: "1" }, { _this: this, loading: 'loading'