|
@@ -395,6 +395,7 @@ export default {
|
|
|
page: 1,
|
|
page: 1,
|
|
|
loadMore: true,
|
|
loadMore: true,
|
|
|
usageList: this.useList,
|
|
usageList: this.useList,
|
|
|
|
|
+ color: item1.color || '',
|
|
|
id: item1.seqn || item1.id,
|
|
id: item1.seqn || item1.id,
|
|
|
name: item1.drugname || item1.name,
|
|
name: item1.drugname || item1.name,
|
|
|
spec: item1.specification || item1.spec, // 规格
|
|
spec: item1.specification || item1.spec, // 规格
|
|
@@ -439,16 +440,13 @@ export default {
|
|
|
|
|
|
|
|
let data1 = children[0];
|
|
let data1 = children[0];
|
|
|
|
|
|
|
|
|
|
+ data1.changePharmacy(
|
|
|
|
|
+ data1.recipe_tabs[data1.recipe_tabs_c].lastType,
|
|
|
|
|
+ type
|
|
|
|
|
+ );
|
|
|
data1.recipe_tabs[data1.recipe_tabs_c].totalTableD = this.totalTableD;
|
|
data1.recipe_tabs[data1.recipe_tabs_c].totalTableD = this.totalTableD;
|
|
|
data1.recipe_tabs[data1.recipe_tabs_c].tableData = this.tableData;
|
|
data1.recipe_tabs[data1.recipe_tabs_c].tableData = this.tableData;
|
|
|
data1.recipe_tabs[data1.recipe_tabs_c].tableData1 = this.tableData1;
|
|
data1.recipe_tabs[data1.recipe_tabs_c].tableData1 = this.tableData1;
|
|
|
-
|
|
|
|
|
- setTimeout(() => {
|
|
|
|
|
- data1.changePharmacy(
|
|
|
|
|
- data1.recipe_tabs[data1.recipe_tabs_c].lastType,
|
|
|
|
|
- type
|
|
|
|
|
- );
|
|
|
|
|
- }, 500);
|
|
|
|
|
}, 1000);
|
|
}, 1000);
|
|
|
},
|
|
},
|
|
|
|
|
|