-
{{ row.qrCode ? '预览' : '生成' }}
+
+ 下架
+ 详情
-
-
- 详情
- 结束
- 删除
-
-
-
-
![]()
-
diff --git a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue
index ee56d387..dd78efd0 100644
--- a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue
+++ b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue
@@ -16,7 +16,7 @@
-
+
@@ -121,6 +121,4 @@
diff --git a/project/fengdu/app/AppIntegratingAudit/components/List.vue b/project/fengdu/app/AppIntegratingAudit/components/List.vue
index 99c2cfcc..68562345 100644
--- a/project/fengdu/app/AppIntegratingAudit/components/List.vue
+++ b/project/fengdu/app/AppIntegratingAudit/components/List.vue
@@ -40,18 +40,18 @@
:ops="{ label: 'girdName' }"
pageTitle="网格"
action="/app/appgirdinfo/girdList"
- v-model="search.filterCriteria"
- @change="search.current = 1, getList()">
+ v-model="userList"
+ @pick="onGridChange">
- {{ name }}
- 创建人
-
-
+ {{ search.girdName }}
+ 请选择网格
+
+
@@ -109,8 +109,10 @@
size: 10,
areaId: '',
ids: '',
- gridId: ''
+ girdId: '',
+ girdName: ''
},
+ userList: [],
rulesProps: {
label: 'ruleName',
value: 'id',
@@ -160,6 +162,15 @@
})
},
+ onGridChange (e) {
+ if (e.length) {
+ this.search.girdId = e[0].id
+ this.search.girdName = e[0].girdName
+ this.search.current = 1
+ this.getList()
+ }
+ },
+
toTree (data) {
let result = []
if (!Array.isArray(data)) {
{{item.createUserName}}
- {{item.createTime}} -{{item.content}}
-