tijiao
This commit is contained in:
parent
c26b10604f
commit
52c1ed13d9
|
@ -33,7 +33,7 @@
|
||||||
<el-table-column label="操作">
|
<el-table-column label="操作">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button type="warning" v-if="
|
<el-button type="warning" v-if="
|
||||||
scope.row.state == 待检查
|
scope.row.state == '待检查'
|
||||||
"
|
"
|
||||||
@click="handleStartup(scope)">开始检查</el-button>
|
@click="handleStartup(scope)">开始检查</el-button>
|
||||||
|
|
||||||
|
@ -347,7 +347,8 @@ export default {
|
||||||
handleStartup(scope){
|
handleStartup(scope){
|
||||||
gettaskdepstart(scope.row.id).then((res) => {
|
gettaskdepstart(scope.row.id).then((res) => {
|
||||||
this.$message.success("提交成功");
|
this.$message.success("提交成功");
|
||||||
|
this.getinspectrecordlist();
|
||||||
|
this.getsubinspecttaskdep()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue