fix: 🧩 修复bug
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user