feat:菜单权限CRUD页面

This commit is contained in:
有来技术
2021-12-14 00:03:38 +08:00
parent 0edd7184a6
commit d2570e3179
2 changed files with 62 additions and 30 deletions

View File

@@ -19,7 +19,7 @@
/>
</el-form-item>
<el-form-item>
<el-button :icon="Search" @click="handleQuery">搜索</el-button>
<el-button type="primary" :icon="Search" @click="handleQuery">搜索</el-button>
<el-button :icon="Refresh" @click="resetQuery">重置</el-button>
</el-form-item>
</el-form>
@@ -268,7 +268,6 @@ function handleUpdate(row: any) {
}
const dataForm = ref(ElForm)
function submitForm() {
const form = unref(dataForm)
form.validate((valid: any) => {