fix:修改走访报告的查看,添加丢失的路由
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user