fix:coding#787、2
This commit is contained in:
parent
bfb154dace
commit
a819e4d4a3
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue