tangning 10 ore fa
parent
commit
e98c72c63d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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);
               },