Commit 4641f8e1 authored by zhangyi's avatar zhangyi

Merge remote-tracking branch 'origin/master'

parents cc55ba8f 3834c04e
...@@ -45,18 +45,18 @@ export default { ...@@ -45,18 +45,18 @@ export default {
pageSize: 20 pageSize: 20
}, },
forData: [ forData: [
{label: '许可决定日期', prop: 'xxx', width: '100'}, {label: '许可决定日期', prop: 'deciTime', width: '100'},
{label: '决定文书号', prop: 'deciWritNo', width: '200'}, {label: '决定文书号', prop: 'deciWritNo', width: '200'},
{label: '许可编号', prop: 'xxx', width: '100'}, {label: '许可编号', prop: 'permitNo', width: '100'},
{label: '决定文书名称', prop: 'deciWritName', width: '190'}, {label: '决定文书名称', prop: 'deciWritName', width: '190'},
{label: '许可内容', prop: 'content', width: '300', slot: true}, {label: '许可内容', prop: 'content', width: '300', slot: true},
{label: '有效期自', prop: 'valiBegin', width: '100'}, {label: '有效期自', prop: 'valiBegin', width: '100'},
{label: '有效期至', prop: 'valiEnd', width: '100'}, {label: '有效期至', prop: 'valiEnd', width: '100'},
{label: '行政许可类别', prop: 'xxx', width: '100'}, {label: '行政许可类别', prop: 'permitType', width: '100'},
{label: '许可机关', prop: 'office', width: '180'}, {label: '许可机关', prop: 'office', width: '180'},
{label: '行政许可机关统一社会信用代码', prop: 'xxx', width: '200'}, {label: '行政许可机关统一社会信用代码', prop: 'xxx', width: '200'},
{label: '数据来源单位', prop: 'xxx', width: '110'}, {label: '数据来源单位', prop: 'dataSourceOffice', width: '110'},
{label: '数据来源单位统一社会信用代码', prop: 'xxx', width: '200'}, {label: '数据来源单位统一社会信用代码', prop: 'dataSourceOfficeCreditCode', width: '200'},
{label: '来源', prop: 'dataSource', width: '80'} {label: '来源', prop: 'dataSource', width: '80'}
], ],
formData: [ formData: [
......
...@@ -128,7 +128,6 @@ export default { ...@@ -128,7 +128,6 @@ export default {
this.tableDataTotal = res.total this.tableDataTotal = res.total
}, },
getAreaList(params){ getAreaList(params){
console.log('参数1:',params)
if(params.province&&params.province.length>0){ if(params.province&&params.province.length>0){
let provinceIds = [], cityIds = [], areaIds = [] let provinceIds = [], cityIds = [], areaIds = []
for(let i=0;i<params.province.length;i++){ for(let i=0;i<params.province.length;i++){
...@@ -147,7 +146,6 @@ export default { ...@@ -147,7 +146,6 @@ export default {
return self.indexOf(value) === index return self.indexOf(value) === index
}) })
} }
console.log('参数2:',params)
return params return params
} }
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<div class="wj wj1"></div>上传文件 <div class="wj wj1"></div>上传文件
</el-upload> </el-upload>
</div> </div>
<div> <div style="display: none">
<el-upload <el-upload
class="upload-demo" class="upload-demo"
:action="action" :action="action"
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
.uploadbox{ .uploadbox{
position: absolute; position: absolute;
width: 124px; width: 124px;
height: 73px; height: 36px;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.08);
border-radius: 2px; border-radius: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment