refactor(性能测试): 优化创建性能测试时资源池先选中后填写测试名称资源池清空的问题
This commit is contained in:
parent
acd9287f64
commit
620812cdd6
|
@ -264,7 +264,9 @@ export default {
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
test(n) {
|
test(n) {
|
||||||
this.resourcePool = n.testResourcePoolId;
|
if (n.testResourcePoolId) {
|
||||||
|
this.resourcePool = n.testResourcePoolId;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
testId() {
|
testId() {
|
||||||
if (this.testId) {
|
if (this.testId) {
|
||||||
|
|
Loading…
Reference in New Issue