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

设备地区修改

parent ca490953
...@@ -713,7 +713,7 @@ export default { ...@@ -713,7 +713,7 @@ export default {
if (this.ids.length !== 0) { if (this.ids.length !== 0) {
const exportTable = {} const exportTable = {}
exportTable.deviceIdList = this.ids 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() this.$refs.table.clearSelection()
}) })
} else { } else {
......
...@@ -299,6 +299,7 @@ export default { ...@@ -299,6 +299,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.pet-choose-modle { .pet-choose-modle {
.basicInformation { .basicInformation {
.title { .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