|
@@ -4,7 +4,7 @@
|
|
<!-- 查询和其他操作 -->
|
|
<!-- 查询和其他操作 -->
|
|
<div class="filter-container">
|
|
<div class="filter-container">
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入帖子Id"
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入帖子Id"
|
|
- v-model="listQuery.topicId"></el-input>
|
|
|
|
|
|
+ v-model="listQuery.postId"></el-input>
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入帖子标题"
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入帖子标题"
|
|
v-model="listQuery.title"></el-input>
|
|
v-model="listQuery.title"></el-input>
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入姓名"
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="请输入姓名"
|
|
@@ -213,77 +213,6 @@ export default {
|
|
},
|
|
},
|
|
],
|
|
],
|
|
list: [
|
|
list: [
|
|
- {
|
|
|
|
- "id": 1,
|
|
|
|
- "loginId": "root",
|
|
|
|
- "topicId": 0,
|
|
|
|
- "discussId": 0,
|
|
|
|
- "title": "谁是世界上最帅的人",
|
|
|
|
- "content": "请评价谁是最帅的人",
|
|
|
|
- "media": null,
|
|
|
|
- "readCount": 0,
|
|
|
|
- "postTop": 0,
|
|
|
|
- "type": 4,
|
|
|
|
- "address": null,
|
|
|
|
- "longitude": 0,
|
|
|
|
- "latitude": 0,
|
|
|
|
- "status": 0,
|
|
|
|
- "statusName": "待审批",
|
|
|
|
- "createTime": "2023-10-31 16:35:07",
|
|
|
|
- "modifyTime": "2023-11-02 14:32:49",
|
|
|
|
- "deadline": null,
|
|
|
|
- "integral": 1000,
|
|
|
|
- "cut1": "0",
|
|
|
|
- "cut2": "0",
|
|
|
|
- "cut3": null,
|
|
|
|
- "userName": "系统管理员",
|
|
|
|
- "employeeNo": null,
|
|
|
|
- "deptName": "神州通誉",
|
|
|
|
- "data": [
|
|
|
|
- {
|
|
|
|
- "id": 1,
|
|
|
|
- "postId": 1,
|
|
|
|
- "description": "最帅的人,请选择以下选项",
|
|
|
|
- "type": "SCQ",
|
|
|
|
- "createTime": "2023-10-31 16:35:07",
|
|
|
|
- "modifyTime": "2023-10-31 16:35:07",
|
|
|
|
- "options": [
|
|
|
|
- {
|
|
|
|
- "id": 1,
|
|
|
|
- "postId": 1,
|
|
|
|
- "questionId": 1,
|
|
|
|
- "name": "金城武",
|
|
|
|
- "num": 0
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "id": 2,
|
|
|
|
- "postId": 1,
|
|
|
|
- "questionId": 1,
|
|
|
|
- "name": "刘德华",
|
|
|
|
- "num": 0
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "id": 3,
|
|
|
|
- "postId": 1,
|
|
|
|
- "questionId": 1,
|
|
|
|
- "name": "张三",
|
|
|
|
- "num": 0
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "comment": "1"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "id": 2,
|
|
|
|
- "postId": 1,
|
|
|
|
- "description": "请问今年是什么年",
|
|
|
|
- "type": "SAQ",
|
|
|
|
- "createTime": "2023-11-02 14:34:03",
|
|
|
|
- "modifyTime": "2023-11-02 14:34:03",
|
|
|
|
- "options": [],
|
|
|
|
- "comment": "兔年"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
],
|
|
],
|
|
delarr: [],
|
|
delarr: [],
|
|
multipleSelection: [],
|
|
multipleSelection: [],
|
|
@@ -292,8 +221,9 @@ export default {
|
|
listQuery: {
|
|
listQuery: {
|
|
page: 1,
|
|
page: 1,
|
|
limit: 10,
|
|
limit: 10,
|
|
- dictName: '',
|
|
|
|
- dictType: '',
|
|
|
|
|
|
+ postId: '',
|
|
|
|
+ title: '',
|
|
|
|
+ userName: '',
|
|
status: '',
|
|
status: '',
|
|
},
|
|
},
|
|
dialogFormVisible: false,
|
|
dialogFormVisible: false,
|