增加武乡 三种监测页面
This commit is contained in:
parent
37e786ca23
commit
7b33296a78
|
|
@ -124,7 +124,7 @@
|
|||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
queryParam.dataType = 'standard';
|
||||
queryParam.dataType = 'orient_no';
|
||||
return Object.assign(params, queryParam);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
queryParam.dataType = 'watershed';
|
||||
queryParam.dataType = 'standard';
|
||||
return Object.assign(params, queryParam);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue