mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Model parameter save permission error (#3989)
This commit is contained in:
parent
410101ea94
commit
d94871b9c3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue