Commit bc4cb2a2 authored by 远方不远's avatar 远方不远

hy

parent 73d93455
...@@ -7,4 +7,13 @@ let importData= function importData(param) { ...@@ -7,4 +7,13 @@ let importData= function importData(param) {
data: param data: param
}) })
} }
export default {importData} // 查询条件字段
\ No newline at end of file let searchDic= function searchDic(param) {
return request({
url: 'https://files.jiansheku.com/file/json/common/searchDic.json',
method: 'get',
})
}
export default {importData,searchDic}
\ No newline at end of file
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
// tablist // tablist
personnelList: [{ personnelList: [{
key: 'debtProject', key: 'debtProject',
status: false, status: true,
value: '企业专项债项目', value: '企业专项债项目',
}, },
{ {
key: 'Land', key: 'Land',
status: true, status: false,
value: '土地交易', value: '土地交易',
}, },
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
}, },
], ],
personnelHerf:'Land' personnelHerf:'debtProject'
} }
}, },
created() {}, created() {},
......
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