diff --git a/src/App.vue b/src/App.vue index 5429787eb..0d30a4010 100644 --- a/src/App.vue +++ b/src/App.vue @@ -215,7 +215,7 @@ export default { height: 100%; overflow-y: auto; background: url('~@/assets/images/shangqi/home/BG.png') no-repeat; - background-size: 100%; + background-size: 100% 100%; & > div{ position: absolute; top: 0; diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 00bca6f7c..c2fb62cd7 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -542,14 +542,10 @@ export default { // 新增、编辑 数据搜索字段 sarAccessInfoSearch: { id: '', - // region: '', // 区域 countryArea: '', // 国家 keywords: '', // 关键字 detailedListName: '', //清单名称 applyArctic: '', // 能源种类 - // category: '', // 所属专业领域 - // applyArctic: '', // 适用车型 - // applyAuth: '', // 认证类型 askType: '', // 监管类型 dataSource: 'INLAND_STAND', // 数据来源 accessSarType: 'SKILL', // 清单类型 @@ -1502,6 +1498,7 @@ export default { // 查询数据搜索 table 数据 selectLawsStands () { if (this.isListType) { + console.log('1505'); this.$http.get('lawss/sarSarAccess/page', this.sarAccessInfoSearch, { _this: this, loading: 'dataLoading' @@ -1511,10 +1508,11 @@ export default { }, e => { }) } else { - this.$http.get('lawss/sarSarAccess/page', this.sarAccessInfoSearch, { + this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.sarAccessInfoSearch, { _this: this, loading: 'dataLoading' }, res => { + console.log(res.data.list); res.data.list[0].list.map(item => { item.newPutTextTime = null item.prodPutTextTime = null diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index f846902eb..f9eb6f226 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -22,49 +22,41 @@
高级检索
- +
首页
+
-
-
{{ toggleConditionTips }}
+
+ {{ toggleConditionTips }} +
-
-
{{ condition.title }}
-
    -
  • - {{ conditionOpt.label }} - ({{ conditionOpt.number}}) +
    +
    {{ condition.dictionaryName }}
    +
      +
    • + {{ conditionOpt.dicTypeName }}
    -
    {{ condition.isClose ? '展开' : '收缩' }}
    -
-
-
+
暂无查询结果!
- - - - - - - - - - -
- + label="标准号" + > - + label="标准名称" + > - + label="发布日期" + > - + label="标准状态" + > - + - - - - - - @@ -210,19 +138,21 @@
-
- - - - -
- - -
- -
- -