Browse Source

fix: 修复

feature/tsjb-1.0
wxc 6 days ago
parent
commit
3f873e0e76
  1. 2
      src/components/negative/dialog.vue

2
src/components/negative/dialog.vue

@ -515,7 +515,7 @@ const visible = computed({
watch(
() => props.id,
() => {
if (visible) {
if (visible.value) {
getDetails();
verifyEditFlag.value = false;
formData.value = {};

Loading…
Cancel
Save