src/components/do/b1-ins-order/add.vue
@@ -667,6 +667,10 @@ this.addObj.sampleNum = this.sampleList.length this.$nextTick(() => { this.$refs.sampleTable.doLayout() if(this.addObj.sampleNum>0){ this.$refs.sampleTable.setCurrentRow(this.sampleList[0],true) this.rowClick(this.sampleList[0]) } }) }) }