form_bug(){ setTimeout(()=> { this.$nextTick(()=> { this.$forceUpdate(); this.$refs.multipleTable.doLayout() }) },500) },
在mounted最下面调用该方法