项目计划管理查询
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="项目名称" align="center" min-width="120px" fixed="left">
|
||||
<el-table-column label="项目名称" align="center" min-width="160px" fixed="left">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.项目名称 }}
|
||||
</template>
|
||||
@@ -641,7 +641,7 @@ export default {
|
||||
if (this.radio === '') {
|
||||
this.$message.error('请先选择一个类别')
|
||||
} else {
|
||||
addTable(this.机床流水号, this.radio).then(response => {
|
||||
addTable(this.机床流水号, this.radio, this.id).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
|
||||
Reference in New Issue
Block a user