|
@@ -1,4 +1,4 @@
|
|
|
-import React from 'react';
|
|
|
+import React, { useEffect } from 'react';
|
|
|
import styles from './Index.less';
|
|
|
import LuckySheet from './LuckySheet';
|
|
|
|
|
@@ -7,7 +7,6 @@ function Mobile(props) {
|
|
|
match: { params },
|
|
|
} = props;
|
|
|
|
|
|
- const projectId = parseInt(params.projectId);
|
|
|
const templateId = parseInt(params.templateId);
|
|
|
const version = { id: parseInt(params.versionId), flow_id: true };
|
|
|
|