Browse Source

图像识别页面优化

zhujindu 9 months ago
parent
commit
680df78611
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/uploadVNormal.vue

+ 1 - 1
src/components/uploadVNormal.vue

@@ -349,10 +349,10 @@ export default {
           collectionItemId: this.collectionId,
           collectionItemId: this.collectionId,
           url: res.data.url, //	String	当前拍摄图片的url
           url: res.data.url, //	String	当前拍摄图片的url
           businessId: res.data.businessId, // 当前拍摄图片id
           businessId: res.data.businessId, // 当前拍摄图片id
+          feedbackMessage:res.feedbackMessage;
         };
         };
         if (res.isUpdate) {
         if (res.isUpdate) {
           form.isUpdate = 'true';
           form.isUpdate = 'true';
-          form.feedbackMessage = res.feedbackMessage;
         }
         }
         addPhotoToDB(form).then((resData) => {
         addPhotoToDB(form).then((resData) => {
           if (resData.code == 200) {
           if (resData.code == 200) {