|
|
|
|
@ -322,7 +322,7 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
modeName: res2.data.data.modeName,
|
|
|
|
|
data: nursingData,
|
|
|
|
|
};
|
|
|
|
|
let report = true;
|
|
|
|
|
let report = false;
|
|
|
|
|
|
|
|
|
|
go(
|
|
|
|
|
"/recoding/pages/face_report_one/face_report_one?id=" +
|
|
|
|
|
@ -336,7 +336,7 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
// 打开第二种类型
|
|
|
|
|
two = async (item) => {
|
|
|
|
|
console.log("打开第二种类型", item);
|
|
|
|
|
let report = true;
|
|
|
|
|
let report = false;
|
|
|
|
|
go(
|
|
|
|
|
"/recoding/pages/face_report/face_report?id=" +
|
|
|
|
|
item.id +
|
|
|
|
|
|