wujingjing
2025-01-19 1113ced19c32c1b9b65571c48491d9435dbaf085
src/components/chat/chatComponents/summaryCom/components/recordSetTable/components/StringInput.vue
@@ -19,10 +19,7 @@
const isSelect = computed(() => {
   return props.data?.origin?.value_list?.length > 0;
});
const modelValue = defineModel({
   type: Array,
   default: () => [],
});
const modelValue = defineModel();
const stringInputInput = (val) => {
   let finalValue;
   if (!val) {