Эх сурвалжийг харах

fix: s-table tree dislocation #243

wzh 6 жил өмнө
parent
commit
db1b074ed0

+ 1 - 1
src/components/Table/index.js

@@ -287,7 +287,7 @@ export default {
           return props[k]
         }
       }
-      props[k] = this[k]
+      this[k] && (props[k] = this[k])
       return props[k]
     })
     const table = (