Browse Source

no message

USER-20230908AJ\Administrator 1 year ago
parent
commit
a10c2400c7
1 changed files with 3 additions and 4 deletions
  1. 3 4
      page_subpack/transition/to_excel.vue

+ 3 - 4
page_subpack/transition/to_excel.vue

@@ -40,7 +40,7 @@
           <image class="wh-25" src="/page_subpack/static/img/task-details/close.png" mode="" @click="endAdd(true)">
           </image>
         </view>
-        <add-file @newMsg="endAdd"></add-file>
+<!--        <add-file @newMsg="endAdd"></add-file>-->
       </view>
 
     </uni-popup>
@@ -48,13 +48,12 @@
 </template>
 <script>
 import CreditItem from "./components/credit-item.vue";
-import {getTransferList} from "@/api/transfer";
 import tools from "@/service/tools";
-import AddFile from "@/page_subpack/transition/components/add-file.vue";
+// import AddFile from "@/page_subpack/transition/components/add-file.vue";
 
 export default {
   components: {
-    AddFile,
+    // AddFile,
     CreditItem,
   },
   data() {