修改
This commit is contained in:
@@ -229,10 +229,6 @@ export default {
|
||||
clcikRow(row, column, event) {
|
||||
debugger
|
||||
this.form.dtl_row = row
|
||||
sparePart.getIODtl({ 'bill_code': this.form.dtl_row.bill_code }).then(res => {
|
||||
this.openParam = res
|
||||
this.form.dtl_row = res[row.index]
|
||||
})
|
||||
sparePart.getDisDtl(row).then(res => {
|
||||
this.form.tableMater = res
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user