Parcourir la source

修复刷新之后新增sop无法选隔离点问题

pm il y a 11 mois
Parent
commit
7b1e64fa85
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/store/modules/sopSelectPoints.js

+ 2 - 2
src/store/modules/sopSelectPoints.js

@@ -2,10 +2,10 @@
 const state = {
   selectSopPoints: [],
   PointTableData: [],
-  sopEdit: true,
+  sopEdit: false,
   sopTitle: '',
   ticketTitle: '',
-  sopLook: true,
+  sopLook: false,
   MapData:null,
   visibleSopSelect:true,
 };