Commit 99f046e1 authored by zhangjianqian's avatar zhangjianqian

应急物资管理 bug

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