Commit 17c4faac authored by 王飞龙's avatar 王飞龙

设备地区修改

parent ca490953
......@@ -713,7 +713,7 @@ export default {
if (this.ids.length !== 0) {
const exportTable = {}
exportTable.deviceIdList = this.ids
this.download('business/device/export', exportTable, `设备管理_${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.download('business/device/export', exportTable, `设备管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.$refs.table.clearSelection()
})
} else {
......
......@@ -299,6 +299,7 @@ export default {
</script>
<style lang="scss" scoped>
.pet-choose-modle {
.basicInformation {
.title {
......
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