Commit 99f046e1 authored by zhangjianqian's avatar zhangjianqian

应急物资管理 bug

parent 8c703f9c
...@@ -394,6 +394,9 @@ export default { ...@@ -394,6 +394,9 @@ export default {
}, },
MapdialogFun() { MapdialogFun() {
this.dialogTableVisible = true; this.dialogTableVisible = true;
if(this.form.longitude!=null && this.form.longitude!=''){
this.devicePos = [this.form.longitude, this.form.latitude];
}
}, },
dialogcancelFun() { dialogcancelFun() {
this.dialogTableVisible = false; this.dialogTableVisible = false;
...@@ -407,6 +410,7 @@ export default { ...@@ -407,6 +410,7 @@ export default {
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.devicePos = [];
this.reset(); this.reset();
this.open = true; this.open = true;
this.title = "添加应急物资管理"; this.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