tangning 6 månader sedan
förälder
incheckning
6f81c4d132
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/scene/list.vue

+ 1 - 1
src/views/scene/list.vue

@@ -39,7 +39,7 @@
               },
               {
                 label: t('routes.scene.updataText'),
-                disabled: record.status != 1 && record.status != -1,
+                disabled: record.status == 1,
                 onClick: handleReset.bind(null, record),
               },
               {