Browse Source

订单同步 同步完成后不清空输入框

lxf 2 years ago
parent
commit
767fb044c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shengde/group/synchronization/order/index.vue

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

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