tangning 6 月之前
父节点
当前提交
6f81c4d132
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),
               },
               {