Commit 7c2fce15 authored by miaojiale's avatar miaojiale

医联体

parent da01cf5e
...@@ -176,12 +176,12 @@ export default { ...@@ -176,12 +176,12 @@ export default {
}, },
watch: {}, watch: {},
mounted() { mounted() {
this.getMedicalunionList() this.handleSearch()
console.log(cityList) console.log(cityList)
}, },
methods: { methods: {
// 获取list // 获取list
getMedicalunionList() { handleSearch() {
this.listLoading = true this.listLoading = true
medicalunionList({ medicalunionList({
size: this.pageSize, size: this.pageSize,
...@@ -227,7 +227,7 @@ export default { ...@@ -227,7 +227,7 @@ export default {
this.$message.success("添加成功") this.$message.success("添加成功")
this.addVisible = false this.addVisible = false
this.page = 1 this.page = 1
this.getMedicalunionList() this.handleSearch()
} }
}) })
} else { } else {
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
.then((res) => { .then((res) => {
if (res.code == 1) { if (res.code == 1) {
this.$message.success("删除成功") this.$message.success("删除成功")
this.getMedicalunionList() this.handleSearch()
} }
}) })
.catch(() => {}) .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