Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2021-06-29 17:59:29 +08:00
4 changed files with 396 additions and 2414 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ export default {
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
background: url('~@/assets/images/shangqi/home/BG.png') no-repeat; background: url('~@/assets/images/shangqi/home/BG.png') no-repeat;
background-size: 100%; background-size: 100% 100%;
& > div{ & > div{
position: absolute; position: absolute;
top: 0; top: 0;
@@ -542,14 +542,10 @@ export default {
// 新增、编辑 数据搜索字段 // 新增、编辑 数据搜索字段
sarAccessInfoSearch: { sarAccessInfoSearch: {
id: '', id: '',
// region: '', // 区域
countryArea: '', // 国家 countryArea: '', // 国家
keywords: '', // 关键字 keywords: '', // 关键字
detailedListName: '', //清单名称 detailedListName: '', //清单名称
applyArctic: '', // 能源种类 applyArctic: '', // 能源种类
// category: '', // 所属专业领域
// applyArctic: '', // 适用车型
// applyAuth: '', // 认证类型
askType: '', // 监管类型 askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源 dataSource: 'INLAND_STAND', // 数据来源
accessSarType: 'SKILL', // 清单类型 accessSarType: 'SKILL', // 清单类型
@@ -1502,6 +1498,7 @@ export default {
// 查询数据搜索 table 数据 // 查询数据搜索 table 数据
selectLawsStands () { selectLawsStands () {
if (this.isListType) { if (this.isListType) {
console.log('1505');
this.$http.get('lawss/sarSarAccess/page', this.sarAccessInfoSearch, { this.$http.get('lawss/sarSarAccess/page', this.sarAccessInfoSearch, {
_this: this, _this: this,
loading: 'dataLoading' loading: 'dataLoading'
@@ -1511,10 +1508,11 @@ export default {
}, e => { }, e => {
}) })
} else { } else {
this.$http.get('lawss/sarSarAccess/page', this.sarAccessInfoSearch, { this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', this.sarAccessInfoSearch, {
_this: this, _this: this,
loading: 'dataLoading' loading: 'dataLoading'
}, res => { }, res => {
console.log(res.data.list);
res.data.list[0].list.map(item => { res.data.list[0].list.map(item => {
item.newPutTextTime = null item.newPutTextTime = null
item.prodPutTextTime = null item.prodPutTextTime = null
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -6,8 +6,8 @@
// 服务器地址 // 服务器地址
// const devIp = '39.98.140.126' // const devIp = '39.98.140.126'
// const devInterfacePORT = '10005' // const devInterfacePORT = '10005'
const devIp = '192.168.10.178' const devIp = '192.168.10.29'
const devInterfacePORT = '9998' const devInterfacePORT = '9999'
// 云端端口号 // 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload' const simpleFilePath = 'att/attFile/upload'