fix
This commit is contained in:
@@ -9,6 +9,7 @@ interface DesignDetail{
|
||||
templateId:any,
|
||||
templateImgUrl:any,
|
||||
designId:any,
|
||||
showSketchList:any,
|
||||
|
||||
}
|
||||
|
||||
@@ -21,9 +22,12 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
|
||||
templateId:'',
|
||||
templateImgUrl:'',
|
||||
designId:'',
|
||||
|
||||
showSketchList:[],
|
||||
},
|
||||
mutations:{
|
||||
setshowSketchList(state,data){
|
||||
state.showSketchList = data
|
||||
},
|
||||
setDesignCollectionList(state,data){
|
||||
state.designCollectionList = data
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user