yinbangzhong
2024-09-12 ff0ae974a1c561eaf2915988dac63cd066af189f
src/views/dmx/model/components/addTableName.vue
@@ -163,7 +163,7 @@
          })
            .then((resData) => {
              if ((resData as any).code === 200) {
                emit('refresh-parent');
                emit('refresh-parent',form.name);
                addTabVisible.value = false;
              }
            })