Commit ceb846a6 by lichengming

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

parent 470fd331
......@@ -134,11 +134,10 @@ export default {
console.log('selectDataName', this.selectDataName)
this.$emit('on-result-change', this.selectDataName)
break
case 'singleSelect':
this.$emit('on-result-change', data)
break
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)
break
case 'changeSize':
......@@ -168,6 +167,7 @@ export default {
},
_itemReportMake(data) {
this.itemName = data.name
console.log()
this._searchSampleId(this.id, data.name)
// this.selectId = data.id
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