| src/views/business/productOrder/components/addOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/productOrder/components/addOrder.vue
@@ -1568,6 +1568,7 @@ this.addObj.sampleType = trees[2] if (trees[3] === undefined || trees[3] === '' || trees[3] === '- ') { this.addObj.sample = trees[2] trees[3] = 'null' } else { this.addObj.sample = trees[3] } @@ -1592,6 +1593,8 @@ this.sampleList.push(this.HaveJson(this.sample)) this.count++ } console.log(trees,trees.join(" - ")) this.selectTree = trees.join(" - ") this.$refs.sampleTable.doLayout() // this.selectsStandardMethodByFLSSM() },