Explorar o código

fix: 清单模板“移动至”操作

lanjianrong %!s(int64=3) %!d(string=hai) anos
pai
achega
ea58b162b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/Business/Inventory/index.tsx

+ 1 - 1
src/pages/Business/Inventory/index.tsx

@@ -158,7 +158,7 @@ const Inventory = () => {
                     size="small"
                     type="primary"
                     ghost
-                    disabled={!record?.folder && !record?.moveable}
+                    disabled={!record}
                     onClick={move}>
                     移动至
                   </Button>