diff --git a/src/views/components/actionSelect/index.js b/src/views/components/actionSelect/index.js index d653b0de..e63a575f 100644 --- a/src/views/components/actionSelect/index.js +++ b/src/views/components/actionSelect/index.js @@ -27,6 +27,7 @@ export default { }, }, created() { + this.val=this.value this.getList() }, methods: { diff --git a/src/views/components/invSelect/invSelect.js b/src/views/components/invSelect/invSelect.js index b3465fd9..f0ca95ab 100644 --- a/src/views/components/invSelect/invSelect.js +++ b/src/views/components/invSelect/invSelect.js @@ -36,6 +36,7 @@ export default { }, }, created() { + this.invCode=this.value this.getList() } } diff --git a/src/views/components/mainActionSelect/index.js b/src/views/components/mainActionSelect/index.js index 5d49dd18..29ebbf27 100644 --- a/src/views/components/mainActionSelect/index.js +++ b/src/views/components/mainActionSelect/index.js @@ -21,6 +21,7 @@ export default { if(this.value==null){ this.$emit('update:value', ''); } + this.mainAction=this.value }, methods: { } diff --git a/src/views/components/thirdSysSelect/index.js b/src/views/components/thirdSysSelect/index.js index 132ced21..ba96fcdf 100644 --- a/src/views/components/thirdSysSelect/index.js +++ b/src/views/components/thirdSysSelect/index.js @@ -19,6 +19,7 @@ export default { }, }, created() { + this.val=this.value this.getList() }, methods: {