Browse Source

修改次数显示隐藏

chenrui 2 years ago
parent
commit
aaadbecdaf

+ 1 - 1
src/views/numsGoodsShelves/recallManagement/addRecallBillModal.vue

@@ -344,8 +344,8 @@ export default {
         this.$refs.ruleForm.resetFields()
       } else {
         this.$nextTick(() => {
-          this.resetSearchForm();
           this.$refs.recallBillTable.clearSelected();
+          this.resetSearchForm();
         })
       }
     }