parent
b1e6d1a721
commit
82ba657d9a
|
@ -928,7 +928,8 @@ export default {
|
|||
}
|
||||
});
|
||||
if (!isExist) {
|
||||
this.$set(this.config, "performanceScriptReviewer", "");
|
||||
this.$set(this.config, "performanceScriptReviewer", null);
|
||||
this.$set(this.config, "performanceReviewLoadTestScript", false);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
</template>
|
||||
<template #append>
|
||||
<el-switch
|
||||
:disabled="!reviewerSelect || reviewerSelect===''"
|
||||
v-model="reviewerSwitchSelect"
|
||||
@change="switchChange"
|
||||
></el-switch>
|
||||
|
|
Loading…
Reference in New Issue