tangning 14 godzin temu
rodzic
commit
e98c72c63d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/views/productOperation/modal/uploadModal.vue

+ 2 - 2
src/views/productOperation/modal/uploadModal.vue

@@ -219,7 +219,7 @@
               iconType: 'warning',
               title: '提示',
               okCancel: false,
-              content: resCheck.message,
+              content: resCheck.data,
               onOk: async () => {
                 // Submit(filePath);
               },
@@ -230,7 +230,7 @@
             return createConfirm({
               iconType: 'warning',
               title: '提示',
-              content: resCheck.message,
+              content: resCheck.data,
               onOk: async () => {
                 Submit(filePath);
               },