fix(接口定义): 修复添加前后置sql数据源切换的问题 (#17715)
Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
e2cea0f634
commit
c7a7218c2f
|
@ -340,6 +340,7 @@ export default {
|
|||
if (this.request.disabled) {
|
||||
jdbcPreProcessor.label = 'SCENARIO-REF-STEP';
|
||||
}
|
||||
jdbcPreProcessor.projectId = this.request.projectId;
|
||||
jdbcPreProcessor.active = false;
|
||||
this.request.hashTree.push(jdbcPreProcessor);
|
||||
this.sort();
|
||||
|
@ -353,6 +354,7 @@ export default {
|
|||
if (this.request.disabled) {
|
||||
jdbcPostProcessor.label = 'SCENARIO-REF-STEP';
|
||||
}
|
||||
jdbcPostProcessor.projectId = this.request.projectId;
|
||||
jdbcPostProcessor.active = false;
|
||||
this.request.hashTree.push(jdbcPostProcessor);
|
||||
this.sort();
|
||||
|
|
Loading…
Reference in New Issue