|
@@ -77,12 +77,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <!-- 测试节点 后续删除 -->
|
|
|
- <el-col :span="6">
|
|
|
- <el-form-item label="测试审核节点">
|
|
|
- <el-input v-model="testNodeId"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
+
|
|
|
<el-col :span="6">
|
|
|
<div class="search-btns">
|
|
|
<el-button type="success" class="btn-style" @click="clickBtn">搜索</el-button>
|
|
@@ -307,8 +302,7 @@ export default {
|
|
|
pretreatmentInfo: {},
|
|
|
lockedInfo: [],
|
|
|
lockedDialog: false,
|
|
|
- checkNodeId: '',
|
|
|
- testNodeId: ''
|
|
|
+ checkNodeId: ''
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -660,15 +654,9 @@ export default {
|
|
|
nodeId = 5;
|
|
|
break;
|
|
|
default:
|
|
|
- nodeId = 1;
|
|
|
+ nodeId = '';
|
|
|
}
|
|
|
|
|
|
- if (this.testNodeId) {
|
|
|
- nodeId = this.testNodeId;
|
|
|
- }
|
|
|
-
|
|
|
- console.log('nodeId', nodeId);
|
|
|
-
|
|
|
let res;
|
|
|
// 单条审核
|
|
|
if (this.singleFlag) {
|