防止重复提交

this.saveRson =  throttle(this.saveRson, 2000 , {leading :false})
import { unionWith,isEqual, throttle } from 'lodash'
原文地址:https://www.cnblogs.com/msb-/p/12011987.html