Commit 7c2fce15 authored by miaojiale's avatar miaojiale

医联体

No related merge requests found
......@@ -176,12 +176,12 @@ export default {
},
watch: {},
mounted() {
this.getMedicalunionList()
this.handleSearch()
console.log(cityList)
},
methods: {
// 获取list
getMedicalunionList() {
handleSearch() {
this.listLoading = true
medicalunionList({
size: this.pageSize,
......@@ -227,7 +227,7 @@ export default {
this.$message.success("添加成功")
this.addVisible = false
this.page = 1
this.getMedicalunionList()
this.handleSearch()
}
})
} else {
......@@ -259,7 +259,7 @@ export default {
.then((res) => {
if (res.code == 1) {
this.$message.success("删除成功")
this.getMedicalunionList()
this.handleSearch()
}
})
.catch(() => {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment