工艺制定报错
This commit is contained in:
@@ -225,8 +225,9 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="request" label="工艺要求" align="center">
|
<el-table-column prop="request" label="工艺要求" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
<!--报错屏蔽-->
|
||||||
|
<!--v-direction="{x: 2, y: scope.$index}"-->
|
||||||
<el-input
|
<el-input
|
||||||
v-direction="{x: 2, y: scope.$index}"
|
|
||||||
v-model="scope.row.工艺要求"
|
v-model="scope.row.工艺要求"
|
||||||
:rows="1"
|
:rows="1"
|
||||||
:fetch-suggestions="querySearch"
|
:fetch-suggestions="querySearch"
|
||||||
@@ -1227,6 +1228,7 @@ export default {
|
|||||||
response.data[i].准结定额工时 = ''
|
response.data[i].准结定额工时 = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(response.data)
|
||||||
this.tableData = response.data
|
this.tableData = response.data
|
||||||
this.newNum = this.partNumValue
|
this.newNum = this.partNumValue
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user