联系单模板

This commit is contained in:
Teo
2025-07-03 20:52:22 +08:00
parent d698245da5
commit f9d1f4144f
10 changed files with 839 additions and 143 deletions

View File

@ -70,7 +70,6 @@ export default defineComponent({
};
const init = (obj) => {
let documentKey = obj.id.toString() + new Date().getTime();
console.log('🚀 ~ init ~ url:', obj.fileUrl);
let type = obj.fileSuffix;
if (obj.fileSuffix.includes('.')) {
type = obj.fileSuffix.substring(1);