@ -85,6 +85,7 @@ function showFullText(text) {
function sure() {
isShowSelectItem.value = false
emits('sure', form1.value)
keyword.value = ''
}
function searchItem() {
@ -101,7 +102,8 @@ function chooseItem(item) {
defineExpose({
isShowSelectItem,
open,
singleColumnList
singleColumnList,
keyword
})
</script>
@ -421,6 +421,7 @@ async function openSingleNewColumn(fieldName, val, list) {
await getSparePartsList()
costCenterRef.value.open(singleColumnList.value)
costCenterRef.value.keyword = ''
async function searchItem(keywords) {