Browse Source

核酸检测点、疫苗接种点 PC 管理

master
wanggongfeng 3 years ago
parent
commit
476118a6b4
  1. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue
  2. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue

2
src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue

@ -335,7 +335,7 @@ export default {
//
getFormInfo() {
this.$http
.post(`/gov/org/agency/community-list`)
.post(`/gov/org/agency/communityListByCustomerId`)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg);

2
src/views/modules/plugins/point/icpointnucleicmonitoring.vue

@ -87,7 +87,7 @@
style="margin-left: 10px"
size="small"
class="diy-button--delete"
>导入核酸测点数据</el-button
>导入核酸测点数据</el-button
>
</el-upload>
<el-button style="float:left;margin-left:10px"

Loading…
Cancel
Save