src/components/chat/chatComponents/summaryCom/components/recordSetTable/components/StringInput.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) {