From 4fdeb3594f510eb62cada881ac864b2bcfcf555d Mon Sep 17 00:00:00 2001 From: dengbf Date: Fri, 8 Aug 2025 10:16:25 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E5=85=B3=E8=81=94]=20#[1482709795307520]?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BD=9C=E4=B8=9A-=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=9A=84=E7=BB=84=E5=90=88=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=EF=BC=8C=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=9B=B4=E6=96=B0=20http://192.168.0.96:8090?= =?UTF-8?q?/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1482?= =?UTF-8?q?709795307520?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/autoexec/detail/time-job-detail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/pages/autoexec/detail/time-job-detail.vue b/src/views/pages/autoexec/detail/time-job-detail.vue index fd4d10f8..8e6a2aa2 100644 --- a/src/views/pages/autoexec/detail/time-job-detail.vue +++ b/src/views/pages/autoexec/detail/time-job-detail.vue @@ -116,7 +116,8 @@ export default { dynamicUrl: '/api/rest/autoexec/combop/executable/list', valueName: 'id', //option渲染值 textName: 'name', //text渲染值 - rootName: 'tbodyList' + rootName: 'tbodyList', + onChange: this.changeAutoexecCombopId }, isActive: { type: 'radio', @@ -281,6 +282,9 @@ export default { }).finally(() => { this.isLoading = false; }); + }, + changeAutoexecCombopId(val) { + this.config = null; } }, filter: {}, -- Gitee