CRM_26-01-29#story#8070,调度APP-司机信息复制-仅子公司

This commit is contained in:
2026-01-27 14:23:15 +08:00
parent f8484391b8
commit 534ef90f2e

View File

@@ -180,7 +180,7 @@ export default {
if(isiOS){
window.webkit.messageHandlers.nativeObject.postMessage(data);
}else {
window.android.sendMessage("copyToClipboard",params);
window.android.copyToClipboard(params);
}
}
},