|
|
@@ -13,7 +13,6 @@
|
|
|
:table="{
|
|
|
actionBar: { buttons, type: 'link', width: 140 },
|
|
|
adaptive: { offsetBottom: 50 },
|
|
|
- onSelectionChange: handleSelect,
|
|
|
treeProps: { children: 'children' },
|
|
|
rowKey: 'menuId'
|
|
|
}"
|
|
|
@@ -30,9 +29,7 @@
|
|
|
ref="dialogForm"
|
|
|
v-model="form"
|
|
|
v-model:visible="dialogVisible"
|
|
|
- @change="handleChange"
|
|
|
@confirm="handleSubmit"
|
|
|
- @submit-error="handleSubmitError"
|
|
|
@close="handleClose"
|
|
|
:form="{ columns, labelPosition: 'right',labelWidth: 100, rules, rowProps: {gutter: 20}, colProps: {span: 12} }"
|
|
|
:dialog="{ title: dialogTitle + '菜单', width: 800, confirmLoading }"
|