风格字段全部处理空情况

This commit is contained in:
X1627315083@163.com
2026-03-23 17:22:57 +08:00
parent b869a82fae
commit 48c37e0810
5 changed files with 16 additions and 16 deletions

View File

@@ -407,7 +407,7 @@ const userHabit : Module<UserHabit,RootState> = {
item.name = name
});
// const {t} = useI18n()
rv.unshift({name:t('Model.all'),value:'',id:''})
rv.unshift({name:t('Model.all'),value:'',id:null})
store.commit('setMannequinStyle',rv)
resolve('')
}