From fdc60ee5f5ed412d79425b0b7e166565c641d8ec Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Tue, 24 Oct 2023 19:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/actionSelect/index.js | 1 + src/views/components/invSelect/invSelect.js | 1 + src/views/components/mainActionSelect/index.js | 1 + src/views/components/thirdSysSelect/index.js | 1 + 4 files changed, 4 insertions(+) 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: {