fix:修改走访报告的查看,添加丢失的路由

This commit is contained in:
wangyang
2025-08-13 10:16:13 +08:00
parent 5c407c2830
commit b46899331f
2 changed files with 103 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ watch(searchValue, (newValue, oldValue) => {
searchContent: searchValue.value
};
getYsVisistList(data).then(res => {
if (res.code == 200) {
if (res.code === 200) {
//设置列表数据
list.value = res.rows;
}