|
@@ -99,7 +99,6 @@
|
|
|
import {debounce} from "lodash";
|
|
|
|
|
|
export default {
|
|
|
-
|
|
|
data() {
|
|
|
return {
|
|
|
addVisible: false,
|
|
@@ -232,6 +231,7 @@ export default {
|
|
|
await this.$axios.post('/electricField/', this.form).then(res => {
|
|
|
if (res.code == 0) {
|
|
|
this.$message.success('场站信息保存成功')
|
|
|
+ this.getData()
|
|
|
}
|
|
|
if (res.code == 1) {
|
|
|
this.$message.error(res.data)
|