From e8fba4e48cf0ab5444b6e1c1fdae9f4e4cbc0af3 Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期二, 25 二月 2025 13:49:06 +0800 Subject: [PATCH] feat: 完成7.1页面接口没测 --- src/views/system/dict/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 6ca5457..5609baf 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -180,8 +180,8 @@ </el-form-item> </el-form> <div slot="footer" class="dialog-footer"> - <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> <el-button @click="cancel">鍙� 娑�</el-button> + <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> </div> </el-dialog> </div> @@ -344,4 +344,4 @@ } } }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3