ソースを参照

优化

wulanhaote
liuminjian 4年前
コミット
fb56efbe1c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/views/homestead/index.vue

+ 2
- 2
src/views/homestead/index.vue ファイルの表示

@@ -1411,7 +1411,7 @@ export default {
this.landHomesteadEditVisbileFun("hide");
this.$toast("修改农房信息成功");
this.houseInfoLookList = this.houseInfoList;
this.initDraw();
// this.initDraw();
$("#drawRemove").trigger("click");
$("#drawReset").trigger("click");
this.coordinateList = "";
@@ -1503,7 +1503,7 @@ export default {
this.landHomesteadEditVisbileFun("hide");
this.$toast("修改农地信息成功");
this.landInfoLookList = this.landInfoList;
this.initDraw();
// this.initDraw();
$("#drawRemove").trigger("click");
$("#drawReset").trigger("click");
this.coordinateList = "";


読み込み中…
キャンセル
保存