Merge pull request #8953 from metersphere/pr@dev@fix_应用管理没有保存
fix(项目设置): 应用管理没有自动保存
This commit is contained in:
commit
9bac6fa56b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue