|
|
@@ -242,12 +242,12 @@ export default {
|
|
|
equipmentCode: '',
|
|
|
};
|
|
|
console.log(this.$refs.deleteUploadImgTaskPhoto.imgArr);
|
|
|
- addCollectionAnswerBatch(formData).then((res) => {
|
|
|
- if (res.code == 200) {
|
|
|
- localStorage.setItem('getRequestFlage', 'true');
|
|
|
- this.$router.go(-1);
|
|
|
- }
|
|
|
- });
|
|
|
+ // addCollectionAnswerBatch(formData).then((res) => {
|
|
|
+ // if (res.code == 200) {
|
|
|
+ // localStorage.setItem('getRequestFlage', 'true');
|
|
|
+ // this.$router.go(-1);
|
|
|
+ // }
|
|
|
+ // });
|
|
|
},
|
|
|
onClickLeft() {
|
|
|
this.$router.go(-1);
|