| | |
| | | import { useUserInfo } from '/@/stores/userInfo'; |
| | | import { storeToRefs } from 'pinia'; |
| | | |
| | | const props = defineProps(['item']); |
| | | const props = defineProps(['item', 'groupId']); |
| | | const emit = defineEmits(['update', 'insert']); |
| | | //#region ====================== 增加、修改记录操作, dialog init====================== |
| | | const isEditDialog = ref(false); |
| | |
| | | } else { |
| | | isEditDialog.value = false; |
| | | |
| | | dialogFormValue.value = { title: null, prompt: null, note: null, args: [] }; |
| | | dialogFormValue.value = { group: props.groupId, title: null, prompt: null, note: null, args: [] }; |
| | | } |
| | | }; |
| | | const closeDialog = () => { |