Browse Source

订单同步页面增加缓存

lxf 2 years ago
parent
commit
6ece83435b

+ 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)