提交 b07d04d9 authored 作者: chscls@163.com's avatar chscls@163.com

提供uuid函数

上级 3991d291
...@@ -26,6 +26,7 @@ import { ...@@ -26,6 +26,7 @@ import {
Table, Table,
notification, notification,
} from 'antd'; } from 'antd';
import UUID from 'react-native-uuid';
import QRCode from 'qrcode.react'; import QRCode from 'qrcode.react';
import { EditorState, Editor } from 'draft-js'; import { EditorState, Editor } from 'draft-js';
import MyBlockRenderer from '../App/MyBlockRender'; import MyBlockRenderer from '../App/MyBlockRender';
...@@ -1161,6 +1162,7 @@ export default class tableCom extends Component { ...@@ -1161,6 +1162,7 @@ export default class tableCom extends Component {
sql: this.sqlUtil.bind(this, base52, json, callback), sql: this.sqlUtil.bind(this, base52, json, callback),
message: message, message: message,
router: router, router: router,
uuid:UUID,
setValues: this.setValues.bind(this, base52, json), setValues: this.setValues.bind(this, base52, json),
req: this.reqUtil.bind(this, base52, json, callback), req: this.reqUtil.bind(this, base52, json, callback),
md5: md5, md5: md5,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论