订单相关优化
This commit is contained in:
@ -4,6 +4,7 @@ const oriState = {
|
||||
nutritionistIdOptions: [],
|
||||
nutriAssisIdOptions: [],
|
||||
preSaleIdOptions: [],
|
||||
onSaleIdOptions: [],
|
||||
afterSaleIdOptions: [],
|
||||
plannerIdOptions: [],
|
||||
plannerAssisIdOptions: [],
|
||||
@ -41,6 +42,7 @@ const actions = {
|
||||
nutritionistIdOptions: options["nutri"] || [],
|
||||
nutriAssisIdOptions: options["nutri_assis"] || [],
|
||||
preSaleIdOptions: options["pre_sale"] || [],
|
||||
onSaleIdOptions: options["on_sale"] || [],
|
||||
afterSaleIdOptions: options["after_sale"] || [],
|
||||
plannerIdOptions: options["planner"] || [],
|
||||
plannerAssisIdOptions: options["planner_assis"] || [],
|
||||
|
Reference in New Issue
Block a user