@@ -97,7 +97,7 @@
<search-people :value.sync="from.tester" :clearable="true" :multiple="true" :size="'small'" :disabled="releaseType" style="width: 100%;" />
</el-col>
</el-row>
- {{ customList }}
+
<!-- 自定义反显组件 -->
<moduleCustom v-if="customList && customList[0]" :custom="customList" :base-from="from" :disab="releaseType" @formData="formData" />