修改在修报修标题显示;开通消息推送

This commit is contained in:
zhouyanli
2026-05-28 17:50:17 +08:00
parent 102beeb8bb
commit 7c8a4aba26
4 changed files with 13 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ const submitForm = async () => {
const params = {
villageId,
maintenanceItemId:projectId.value,
title: form.value.title,
item: form.value.title,
problem: form.value.desc,
residentId:userId,//人员id
// repairTypeName: repairProject.value,

View File

@@ -15,7 +15,7 @@
<!-- 空状态 -->
<view v-if="questionList.length === 0" class="empty-tip">
<text>问卷内容加载中请稍后...</text>
<text>暂无数据</text>
</view>
<!-- 动态问题列表 -->