mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
Merge branch 'dev' of https://gitee.com/xlsea/ruoyi-plus-soybean into flow
This commit is contained in:
@ -225,6 +225,15 @@ async function handleSubmit() {
|
|||||||
emit('submitted', menuType!);
|
emit('submitted', menuType!);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => model.menuType,
|
||||||
|
newType => {
|
||||||
|
if (newType === 'M') {
|
||||||
|
model.isFrame = '1';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
watch(visible, () => {
|
watch(visible, () => {
|
||||||
if (visible.value) {
|
if (visible.value) {
|
||||||
handleInitModel();
|
handleInitModel();
|
||||||
@ -314,6 +323,7 @@ function onCreate() {
|
|||||||
:key="option.value"
|
:key="option.value"
|
||||||
:value="option.value"
|
:value="option.value"
|
||||||
:label="option.label"
|
:label="option.label"
|
||||||
|
:disabled="option.value === '2' && isCatalog"
|
||||||
/>
|
/>
|
||||||
</NSpace>
|
</NSpace>
|
||||||
</NRadioGroup>
|
</NRadioGroup>
|
||||||
|
Reference in New Issue
Block a user