update shape upload

This commit is contained in:
lb
2023-07-10 15:26:48 +08:00
parent c193a18252
commit 7f3634e0c1
3 changed files with 223 additions and 47 deletions

View File

@@ -346,7 +346,7 @@ export default {
// alert("查看附件");
this.needAttachmentDialog = true;
setTimeout(() => {
this.$refs["attachmentDialog"].init();
this.$refs["attachmentDialog"].init(data);
}, 300);
break;
}