采购单附件上传

This commit is contained in:
砂糖
2025-08-04 09:54:01 +08:00
parent 6c3509e85a
commit e34be19bfa
3 changed files with 52 additions and 7 deletions

View File

@@ -185,6 +185,7 @@ export default {
this.uploadList = [];
this.number = 0;
this.$emit("input", this.listToString(this.fileList));
this.$emit("success", this.fileList);
this.$modal.closeLoading();
}
},