Explorar el Código

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

pm hace 11 meses
padre
commit
7b1e64fa85
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,
 };