Преглед на файлове

订单同步页面增加缓存

lxf преди 2 години
родител
ревизия
6ece83435b
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 1
      src/page/index/index.vue
  2. 1 0
      src/views/shengde/group/synchronization/order/index.vue

+ 0 - 1
src/page/index/index.vue

@@ -124,7 +124,6 @@ export default {
         'MakeSubscription',
         'CheckLoanSheet',
         'MakeLoanSheet',
-        'orderSynchronization',
         'CheckAfterSales',
         'MakeAfterSales',
         'purchaseGoods',

+ 1 - 0
src/views/shengde/group/synchronization/order/index.vue

@@ -141,6 +141,7 @@ export default {
             () => {
               this.loadingStatus = false
               this.msgSuccess('同步完成')
+              this.resetForm('ruleFormTwo')
             },
             (err) => {
               console.log('importContract: ' + err)