diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 7120ae3a5..bcf09c84c 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -71,7 +71,18 @@
+ + + +
+
+ + + + + +
- + + + - + - + - + @@ -234,6 +245,9 @@ export default { }, data () { return { + //默认返回已维护 + ifMaintaince:"Maintenance", + deptUser: [], // 查询条件 localProTableSearch: { @@ -710,7 +724,7 @@ export default { }, // 切换tabs handleClick (tab, event) { - this.localProEO.prodectCode = this.activeName + this.localProEO.prodectCode = this.ifMaintaince this.insideHandleClick() }, insideHandleClick (tab, event) { @@ -1077,13 +1091,15 @@ export default { }, // 查询本地产品 getLocalProductTable () { - this.localProTableSearch.prodectCode = this.activeName + this.localProTableSearch.prodectCode = this.ifMaintaince + console.log(this.localProTableSearch.prodectCode) this.localProTableSearch.dataType = this.insideTabsActiveName this.SarExportSearchEo = this.localProTableSearch - this.$http.get('lawss/sarProductInfo/getProductInfoPage', this.localProTableSearch, { + this.$http.get('sarStandProjectLibrary/queryProject', this.localProTableSearch, { _this: this, loading: 'loading' }, res => { - this.localProTableList = res.data.list + console.log(res.data) + this.localProTableList = res.data.Maintenance.records this.total = res.data.count // this.localProTableList.map((item) => { // this.xmztOptions.map((opr) => {