Commit ceb846a6 by lichengming

修改了数据录入的生成试验报告

parent 470fd331
...@@ -134,11 +134,10 @@ export default { ...@@ -134,11 +134,10 @@ export default {
console.log('selectDataName', this.selectDataName) console.log('selectDataName', this.selectDataName)
this.$emit('on-result-change', this.selectDataName) this.$emit('on-result-change', this.selectDataName)
break break
case 'singleSelect':
this.$emit('on-result-change', data)
break
case 'iconClick': case 'iconClick':
this.$refs.pageTable._radioChangeItem(data.rowData) const selcetName = []
selcetName.push(data.rowData.name)
this.$emit('on-result-change', selcetName)
this._iconClick(data.name, data.rowData, data.componentName) this._iconClick(data.name, data.rowData, data.componentName)
break break
case 'changeSize': case 'changeSize':
...@@ -168,6 +167,7 @@ export default { ...@@ -168,6 +167,7 @@ export default {
}, },
_itemReportMake(data) { _itemReportMake(data) {
this.itemName = data.name this.itemName = data.name
console.log()
this._searchSampleId(this.id, data.name) this._searchSampleId(this.id, data.name)
// this.selectId = data.id // this.selectId = data.id
this.$refs.createModal._open() this.$refs.createModal._open()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment