创建项目项目编号实现显示label编号value

This commit is contained in:
zhangsir
2024-09-03 16:52:13 +08:00
parent d89cc8ea11
commit 4227e83c28
2 changed files with 15 additions and 14 deletions

View File

@@ -344,8 +344,8 @@ export default {
});
watch(()=>state.projectInfo.boeFlag,(val)=>{
if(!val){
state.projectInfo.numValue = null
state.projectInfo.numLabel = null
state.projectInfo.numValue = ''
state.projectInfo.numLabel = ''
}
})