增加武乡 三种监测页面

This commit is contained in:
zy 2026-03-21 18:33:42 +08:00
parent 37e786ca23
commit 7b33296a78
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@
fixed: 'right',
},
beforeFetch: (params) => {
queryParam.dataType = 'standard';
queryParam.dataType = 'orient_no';
return Object.assign(params, queryParam);
},
},

View File

@ -124,7 +124,7 @@
fixed: 'right',
},
beforeFetch: (params) => {
queryParam.dataType = 'watershed';
queryParam.dataType = 'standard';
return Object.assign(params, queryParam);
},
},