工艺制定报错

This commit is contained in:
Vergil
2020-04-03 15:36:05 +08:00
parent 50c1d02c6c
commit f0b6661d55

View File

@@ -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(() => {