mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
创建项目项目编号实现显示label编号value
This commit is contained in:
@@ -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 = ''
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user