fix: Model parameter save permission error (#3989)
parent
410101ea94
commit
d94871b9c3
|
|
@ -24,12 +24,7 @@
|
||||||
<el-button @click.prevent="dialogVisible = false">
|
<el-button @click.prevent="dialogVisible = false">
|
||||||
{{ $t('common.cancel') }}
|
{{ $t('common.cancel') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button type="primary" @click="submit" :loading="loading">
|
||||||
type="primary"
|
|
||||||
@click="submit"
|
|
||||||
:loading="loading"
|
|
||||||
v-if="permissionPrecise.paramSetting(modelID)"
|
|
||||||
>
|
|
||||||
{{ $t('common.confirm') }}
|
{{ $t('common.confirm') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue