fix: 🧩 修复bug

This commit is contained in:
2025-10-17 16:59:21 +08:00
parent c913152460
commit eea0925899
10 changed files with 4 additions and 14 deletions

View File

@@ -198,7 +198,6 @@ const emits = defineEmits<{
}>();
const handleRomoveTag = (item: any) => {
console.log(_searchResult.value, "=-_searchResult.value=");
emits("selectMultipleRemoveTag", { item, org_number: _searchResult.value.org_number });
};
const handleTagRemove1 = (item: any) => {
@@ -329,9 +328,7 @@ const valueVerifyInputs = (item: any) => {
prop: item.prop
});
};
// const handleSelectMultipleClear = (item: any) => {
// console.log(item, "===========>");
// };
defineExpose({
formElement: ruleFormRef
});

View File

@@ -150,7 +150,6 @@ const handleRemoteClick = (item: any, index: number) => {
emits("handleRemoteClickValue", { item, index });
};
const handleEnterInput = (item: any, index: number) => {
console.log("1232323");
emits("handleKeyupEnterInputValue", {
item,
index

View File

@@ -281,7 +281,7 @@ const handleSelectMultipleRemote = async (query: any, item: any) => {
getCustomers(valClone, item);
} else if (item.type === "selectProductLinesRemote") {
//品线
console.log("走到了这里");
getProductLines(valClone, item);
}
loading.value = false;