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'