This commit is contained in:
宋伟佳
2021-06-29 17:52:44 +08:00
parent 3884f31906
commit ab32d680b6
4 changed files with 396 additions and 2414 deletions
@@ -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
File diff suppressed because it is too large Load Diff