|
@@ -2731,7 +2731,7 @@ export default {
|
|
|
|
|
|
|
|
let zhongPrescriptionVo = [];
|
|
let zhongPrescriptionVo = [];
|
|
|
let chengPrescriptionVo = {};
|
|
let chengPrescriptionVo = {};
|
|
|
- let technologyPrescriptionVo = {};
|
|
|
|
|
|
|
+ let technologyPrescriptionVo = [];
|
|
|
|
|
|
|
|
const selected = this.contentTabs[this.container_i];
|
|
const selected = this.contentTabs[this.container_i];
|
|
|
const tabs = this.contentTabs.filter(tab => tab.check && tab.id !== selected.id)
|
|
const tabs = this.contentTabs.filter(tab => tab.check && tab.id !== selected.id)
|