fix:coding#787、2

This commit is contained in:
shijing 2025-02-10 17:19:17 +08:00
parent bfb154dace
commit a819e4d4a3
1 changed files with 5 additions and 0 deletions

View File

@ -181,6 +181,10 @@ export default {
type: String,
default: "",
},
batchNumber:{
type: String,
default: "",
},
},
emits: ["success", "closed"],
data() {
@ -214,6 +218,7 @@ export default {
},
mounted() {
let that = this;
that.addTemplate.number = that.batchNumber;
that.params.mlogb = that.addTemplate.mlogb = that.mlogb;
},
methods: {