Merge pull request #8953 from metersphere/pr@dev@fix_应用管理没有保存

fix(项目设置): 应用管理没有自动保存
This commit is contained in:
wxg0103 2021-12-29 14:06:02 +08:00 committed by GitHub
commit 9bac6fa56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@
<app-manage-item :title="$t('project.public')" :description="$t('project.public_info')" <app-manage-item :title="$t('project.public')" :description="$t('project.public_info')"
v-if="isXpack"> v-if="isXpack">
<template #append> <template #append>
<el-switch v-model="form.casePublic"></el-switch> <el-switch v-model="form.casePublic" @change="chooseChange"></el-switch>
</template> </template>
</app-manage-item> </app-manage-item>
<app-manage-item :title="$t('project.test_case_custom_id')" <app-manage-item :title="$t('project.test_case_custom_id')"
:description="$t('project.test_case_custom_id_info')"> :description="$t('project.test_case_custom_id_info')">
<template #append> <template #append>
<el-switch v-model="form.customNum"></el-switch> <el-switch v-model="form.customNum" @change="chooseChange"></el-switch>
</template> </template>
</app-manage-item> </app-manage-item>
</el-row> </el-row>