diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index 38efdb89..c25f8057 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -3,10 +3,12 @@
- - -
{{ girdName }}
- + +
+ + +
@@ -111,7 +113,6 @@ export default { onLoad() { this.isGirdUser() uni.$on('updateBackList', () => { - console.log(123) this.getListInit() this.getTotal() }) @@ -122,7 +123,6 @@ export default { methods: { ...mapActions(['injectJWeixin', 'wxInvoke']), confirmSelect(v) { - console.log(v) this.girdId = v?.[0].id this.girdName = v?.[0].girdName this.getListInit() @@ -143,14 +143,14 @@ export default { status = 0 } this.$http.post(`/app/appepidemicbackhomerecord/list?current=${this.current}&size=10&status=${status}&name=${this.name}&arriveGirdId=${this.girdId}`) - .then((res) => { - if (res.code == 0) { - res.data.records.map((item) => { - item.idNumber = item.idNumber.replace(/(.{6}).*(.{4})/, "$1********$2") + .then((res) => { + if (res.code == 0) { + res.data.records.map((item) => { + item.idNumber = item.idNumber.replace(/(.{6}).*(.{4})/, "$1********$2") + }) + this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records + } }) - this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records - } - }) }, getTotal() { this.$http.post(`/app/appepidemicbackhomerecord/statistic?arriveGirdId=${this.girdId}`).then((res) => { @@ -171,21 +171,10 @@ export default { if (res?.data) { if (res.data.checkType != '0') { this.isAdmin = true - this.getGirdList() } } }) }, - getGirdList() { - this.$http.post('/app/appgirdmemberinfo/queryMyGirdListByLevel2AndUser').then((res) => { - if (res.code == 0) { - this.girdId = res.data[0].id - this.girdName = res.data[0].girdName - this.getListInit() - this.getTotal() - } - }) - }, close() { this.show = false }, @@ -398,48 +387,12 @@ export default { width: 32px; height: 32px; vertical-align: middle; + margin-right: 8px; + } + .center{ + justify-content: center; } - div { - display: inline-block; - padding-left: 20px; - box-sizing: border-box; - font-size: 32px; - font-family: PingFangSC-Medium, PingFang SC; - font-weight: 500; - color: #333; - line-height: 48px; - - img { - margin-left: 8px; - } - } - - span { - display: inline-block; - width: 112px; - height: 48px; - font-size: 28px; - font-family: PingFangSC-Medium, PingFang SC; - font-weight: 500; - color: #3F8DF5; - line-height: 48px; - } - - .gird-name-div { - display: inline-block; - width: 100%; - padding-left: 0; - } - - .gird-name { - display: inline-block; - max-width: calc(100% - 80px); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - vertical-align: middle; - } } .empty { diff --git a/src/saas/AppBackUserList/SelectGird.vue b/src/saas/AppBackUserList/SelectGird.vue deleted file mode 100644 index 556e48e3..00000000 --- a/src/saas/AppBackUserList/SelectGird.vue +++ /dev/null @@ -1,306 +0,0 @@ - - - - - diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue index 483bb456..45ff58eb 100644 --- a/src/saas/AppConflictMediation/add.vue +++ b/src/saas/AppConflictMediation/add.vue @@ -24,7 +24,8 @@
- +
@@ -50,7 +51,7 @@
{{ form.address }} 点击定位 - +
@@ -60,10 +61,11 @@ *

上报网格

-
- {{ form.girdName }} - 请选择 - +
+ + +
@@ -105,7 +107,8 @@ (最多9张)
- +
@@ -113,12 +116,12 @@
上报
- +