Parcourir la source

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

lxf il y a 2 ans
Parent
commit
767fb044c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)