wsx 10 月之前
父節點
當前提交
96d8454298
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/boss/orderTracking/index.vue

+ 0 - 4
src/views/boss/orderTracking/index.vue

@@ -128,7 +128,6 @@
   </div>
 </template>
 <script>
-  import { h } from 'vue';
   import produceRouting from './components/produceRouting.vue';
   import {
     getList,
@@ -138,11 +137,8 @@
   } from '@/api/boss/index.js';
   import { mapGetters } from 'vuex';
   import { getColumns } from './columns.js';
-  import datasss from './data.js';
   import { getRecords } from '@/utils/util';
-
   import { getByCode } from '@/api/system/dictionary-data';
-
   export default {
     components: {
       produceRouting