Compare commits
No commits in common. "f8bb163ba86c044f1a9242cf76dc16b22704af6c" and "c7914d555a4627756889ff8f4ed2b4e87448820d" have entirely different histories.
f8bb163ba8
...
c7914d555a
|
|
@ -219,10 +219,6 @@ const hilistInfo = ref<any>({})
|
|||
const getHilistInfo = (item: any) => {
|
||||
if (item.hilistCode) {
|
||||
post("social/directory/getByCode", {code: item.hilistCode}).then((res: any) => {
|
||||
if (!res){
|
||||
hilistInfo.value = {}
|
||||
return
|
||||
}
|
||||
hilistInfo.value = res
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,14 +155,9 @@ const getTotalPrice = () => {
|
|||
const focus = (e: any) => {
|
||||
emit('focus', e)
|
||||
}
|
||||
const popoverRef = ref<any>(null);
|
||||
const itemInfo = ref<any>({});
|
||||
const show = (item: any) => {
|
||||
post('social/directory/getItemByCode', {code: item.itemSocialCode}).then((res: any) => {
|
||||
if (!res){
|
||||
itemInfo.value = {}
|
||||
return
|
||||
}
|
||||
itemInfo.value = res
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue