|
@@ -119,7 +119,7 @@
|
|
icon="el-icon-upload2"
|
|
icon="el-icon-upload2"
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleImport"
|
|
@click="handleImport"
|
|
- v-hasPermi="['business:salesite:export']"
|
|
|
|
|
|
+ v-hasPermi="['business:salesite:import']"
|
|
>批量导入门店</el-button>
|
|
>批量导入门店</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
@@ -597,6 +597,7 @@ export default {
|
|
this.getList()
|
|
this.getList()
|
|
}
|
|
}
|
|
}).catch(response => {
|
|
}).catch(response => {
|
|
|
|
+ this.$refs.upload.clearFiles();
|
|
this.vloading.close();
|
|
this.vloading.close();
|
|
})
|
|
})
|
|
},
|
|
},
|