|
@@ -317,9 +317,6 @@ export default {
|
|
this.getList();
|
|
this.getList();
|
|
this.getTreeselect();
|
|
this.getTreeselect();
|
|
this.getEnterpriseList();
|
|
this.getEnterpriseList();
|
|
- // this.getPractitioner();
|
|
|
|
- // this.getSjList();
|
|
|
|
- // this.getPsyList();
|
|
|
|
this.getEquipmentList();
|
|
this.getEquipmentList();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -378,6 +375,9 @@ export default {
|
|
},
|
|
},
|
|
// 表单重置
|
|
// 表单重置
|
|
reset() {
|
|
reset() {
|
|
|
|
+ this.practitioner = []
|
|
|
|
+ this.sjList = []
|
|
|
|
+ this.psyList = []
|
|
this.form = {
|
|
this.form = {
|
|
id: null,
|
|
id: null,
|
|
createBy: null,
|
|
createBy: null,
|