组件提交

20231126-yw
wj 1 year ago
parent 0beaaaf318
commit fdc60ee5f5

@ -27,6 +27,7 @@ export default {
},
},
created() {
this.val=this.value
this.getList()
},
methods: {

@ -36,6 +36,7 @@ export default {
},
},
created() {
this.invCode=this.value
this.getList()
}
}

@ -21,6 +21,7 @@ export default {
if(this.value==null){
this.$emit('update:value', '');
}
this.mainAction=this.value
},
methods: {
}

@ -19,6 +19,7 @@ export default {
},
},
created() {
this.val=this.value
this.getList()
},
methods: {

Loading…
Cancel
Save