refactor: ♻️ 代码规范优化
This commit is contained in:
@@ -249,9 +249,8 @@ defineOptions({
|
||||
name: "User",
|
||||
inheritAttrs: false,
|
||||
});
|
||||
|
||||
const queryFormRef = ref(ElForm);
|
||||
const userFormRef = ref(ElForm);
|
||||
const queryFormRef = ref();
|
||||
const userFormRef = ref();
|
||||
|
||||
const queryParams = reactive<UserPageQuery>({
|
||||
pageNum: 1,
|
||||
|
||||
Reference in New Issue
Block a user