|
@@ -40,7 +40,7 @@
|
40
|
40
|
<div class="name">{{ item.name }}</div>
|
41
|
41
|
</template>
|
42
|
42
|
</el-autocomplete>
|
43
|
|
-
|
|
43
|
+ <el-button type="primary" @click="toSeachPatient">搜索</el-button>
|
44
|
44
|
</div>
|
45
|
45
|
<el-container>
|
46
|
46
|
<div style="width:160px;">
|
|
@@ -137,7 +137,7 @@ import warehousing from "./components/warehousing"
|
137
|
137
|
import warehouseOut from "./components/warehouseOut"
|
138
|
138
|
const moment = require('moment')
|
139
|
139
|
import { PostSearch } from '@/api/patient'
|
140
|
|
-import { getCurrentPatient,saveRadio,getStockList,DeleteDrugNameById,getDrugSet,getPatientDetail } from "@/api/drug/drug"
|
|
140
|
+import { getCurrentPatient,saveRadio,getStockList,DeleteDrugNameById,getDrugSet,getPatientDetail} from "@/api/drug/drug"
|
141
|
141
|
export default {
|
142
|
142
|
components:{
|
143
|
143
|
BreadCrumb,
|
|
@@ -380,6 +380,9 @@ export default {
|
380
|
380
|
this.tablePatient = arr
|
381
|
381
|
}
|
382
|
382
|
})
|
|
383
|
+ },
|
|
384
|
+ toSeachPatient(){
|
|
385
|
+ this.getCurrentPatient()
|
383
|
386
|
}
|
384
|
387
|
},
|
385
|
388
|
created(){
|