fix(项目设置): 应用管理没有自动保存

This commit is contained in:
wxg0103 2021-12-29 11:13:04 +08:00
parent e43c11a70e
commit eb77816380
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')"
v-if="isXpack">
<template #append>
<el-switch v-model="form.casePublic"></el-switch>
<el-switch v-model="form.casePublic" @change="chooseChange"></el-switch>
</template>
</app-manage-item>
<app-manage-item :title="$t('project.test_case_custom_id')"
:description="$t('project.test_case_custom_id_info')">
<template #append>
<el-switch v-model="form.customNum"></el-switch>
<el-switch v-model="form.customNum" @change="chooseChange"></el-switch>
</template>
</app-manage-item>
</el-row>