|
@@ -1258,7 +1258,7 @@ export default {
|
|
.then(res => {
|
|
.then(res => {
|
|
this.recordId = res.data.data;
|
|
this.recordId = res.data.data;
|
|
if(self.needPhoto){
|
|
if(self.needPhoto){
|
|
- // self.photoPopup = true; //拍照
|
|
|
|
|
|
+ self.photoPopup = true; //拍照
|
|
} else {
|
|
} else {
|
|
if(this.lastTime) {
|
|
if(this.lastTime) {
|
|
this.timer = setInterval(() => {
|
|
this.timer = setInterval(() => {
|