|
@@ -98,7 +98,7 @@
|
|
|
import { Component, Vue, Watch } from "vue-property-decorator";
|
|
|
import { AdmMultiTable, AdmSearch, dataForm, Pagination, Statistics } from '../components/index'
|
|
|
import { allDevice, BeatchQueryParam, dictInfo } from "@/api/equipComponent";
|
|
|
-import { queryCount, queryEquip } from "@/api/datacenter";
|
|
|
+import { queryCount, queryEquip, createEquip, updateEquip } from "@/api/datacenter";
|
|
|
import { UserModule } from "@/store/modules/user";
|
|
|
import deviceGraph from "./components/deviceGraph"
|
|
|
import tools from "@/utils/maintain"
|
|
@@ -378,7 +378,7 @@ export default class extends Vue {
|
|
|
|
|
|
// 维护位置
|
|
|
handlePosition() {
|
|
|
- this.curEquip = this.$refs.dataForm.form
|
|
|
+ this.curEquip = tools.formatData(this.$refs.dataForm.form)
|
|
|
this.displayLocation = true
|
|
|
}
|
|
|
|