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

hy

parent 73d93455
......@@ -7,4 +7,13 @@ let importData= function importData(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 @@
// tablist
personnelList: [{
key: 'debtProject',
status: false,
status: true,
value: '企业专项债项目',
},
{
key: 'Land',
status: true,
status: false,
value: '土地交易',
},
......@@ -92,7 +92,7 @@
},
],
personnelHerf:'Land'
personnelHerf:'debtProject'
}
},
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