src/components/MapView/mapMenuTop.vue
@@ -76,11 +76,13 @@ </el-form-item> <el-form-item> <el-button plain size="small" plain size="small" @click="getAttributeQuery" >查询</el-button> <el-button type="info" size="small" type="info" size="small" @click="clearQuery" plain >重置</el-button> @@ -221,7 +223,11 @@ } } if (count != 4) { alert('ShapeFile文件选择不全!'); this.$message({ message: 'ShapeFile文件选择不全!', type: 'warning' }); return; } $.ajax(BASE_URL + '/inquiry/uploadShp?token=' + getToken(), {