|
@@ -1545,6 +1545,7 @@ export default {
|
|
|
let obj = {
|
|
let obj = {
|
|
|
contentTabs: this.contentTabs,
|
|
contentTabs: this.contentTabs,
|
|
|
container_i: this.container_i,
|
|
container_i: this.container_i,
|
|
|
|
|
+ rRecomendR: this.rRecomendR,
|
|
|
child1: {
|
|
child1: {
|
|
|
recipe_tabs: child1.recipe_tabs,
|
|
recipe_tabs: child1.recipe_tabs,
|
|
|
recipe_tabs_c: child1.recipe_tabs_c
|
|
recipe_tabs_c: child1.recipe_tabs_c
|
|
@@ -1617,6 +1618,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.contentTabs = storageData.contentTabs;
|
|
this.contentTabs = storageData.contentTabs;
|
|
|
this.container_i = storageData.container_i;
|
|
this.container_i = storageData.container_i;
|
|
|
|
|
+ this.rRecomendR = Array.isArray(storageData.rRecomendR) ? storageData.rRecomendR : [];
|
|
|
// child1.getSelectType("剂型", 0);
|
|
// child1.getSelectType("剂型", 0);
|
|
|
// child1.getSelectType("处方用法");
|
|
// child1.getSelectType("处方用法");
|
|
|
// child1.getSelectType("中药服药时间");
|
|
// child1.getSelectType("中药服药时间");
|