安环管理-环保管理-废水处理-废水化验记录-新增排序

dev-scheduling
ysn 1 month ago
parent 329510e982
commit 8e6b4a7f7b
  1. 2
      src/views/safetyManagement/wastewater/components/testRecord.vue

@ -415,6 +415,8 @@ export default {
let orderByFieldKey = order === 'descending' ? 'descs' : 'ascs';
this.query[orderByFieldKey] = !prop
? undefined
: prop == 'itCn2'
? 'IT_CN2'
: prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase();
// //
this.onLoad(this.page, this.query);

Loading…
Cancel
Save