From 207518d0ef0c3ab4458f06ae6d38b0a5d7557316 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 27 Aug 2024 16:46:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6BOEU=E5=AE=9E=E6=96=BD?= =?UTF-8?q?=E4=B8=BA=E5=90=A6=EF=BC=8C=E7=BD=AE=E7=A9=BA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/ProjectAdd.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index 58bc803b..c4c3c235 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -340,6 +340,11 @@ export default { state.projectInfo.parentName = routers.query.parentName; state.projectInfo.parentId = routers.query.parentId; }); + watch(()=>state.projectInfo.boeFlag,(val)=>{ + if(!val){ + state.projectInfo.numValue = '' + } + }) function getProjectInfo() { state.projectInfo.parentName = routers.query.parentName;