566e79d7 by renchao@pashanhoo.com

style:xml导入

1 parent 0a521aa8
{
"TITLE": "黄南州监管系统",
"CODE": "BDCJGPT",
"AREARMAP": "632300",
"AREARMAP": "610702",
"XZQ": "黄南州",
"SERVERAPI": "/bdcjg",
"calcHeight": 200,
......
......@@ -86,7 +86,7 @@
<btn nativeType="cz" @click="resetForm">重置</btn>
<btn nativeType="cx" @click="handleSearch">查询</btn>
<el-upload ref="upload" style="display:inline-block;margin-left: 10px" action="" :auto-upload="false"
accept=".xml" :show-file-list="false"
accept=".xml" :show-file-list="false" :multiple="true"
:before-upload="uploadRecord" :on-change="fileChange">
<btn nativeType="cx">xml导入</btn>
</el-upload>
......