|
@@ -209,6 +209,7 @@ let close = (done = {} as any) => {
|
|
$emit('update:visible', false)
|
|
$emit('update:visible', false)
|
|
if (typeof done === 'function') done()
|
|
if (typeof done === 'function') done()
|
|
}
|
|
}
|
|
|
|
+// @ts-ignore
|
|
const zoho = window.ZOHO
|
|
const zoho = window.ZOHO
|
|
let subList = ref([] as any[])
|
|
let subList = ref([] as any[])
|
|
// 未经过滤的crm数据
|
|
// 未经过滤的crm数据
|