Skip to content

Commit

Permalink
feat: 新增方法默认窗口关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
piexlMax(奇淼 committed Nov 9, 2024
1 parent 35fd5c8 commit d8e36ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/systemTools/autoCodeAdmin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const addFuncBtn = (row) => {
funcFlag.value = true;
};
const funcFlag = ref(true);
const funcFlag = ref(false);
const closeFunc = () => {
funcFlag.value = false;
Expand Down

0 comments on commit d8e36ab

Please sign in to comment.