fix: Model parameter save permission error (#3989)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
shaohuzhang1 2025-09-03 16:27:28 +08:00 committed by GitHub
parent 410101ea94
commit d94871b9c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,12 +24,7 @@
<el-button @click.prevent="dialogVisible = false">
{{ $t('common.cancel') }}
</el-button>
<el-button
type="primary"
@click="submit"
:loading="loading"
v-if="permissionPrecise.paramSetting(modelID)"
>
<el-button type="primary" @click="submit" :loading="loading">
{{ $t('common.confirm') }}
</el-button>
</span>