safecheck-client 3.0.39-53 → 3.0.39-55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,7 +89,7 @@
89
89
  export default {
90
90
  title: '统计报表',
91
91
  data() {
92
- let model = new DataModel('/rs/safecheck/report/CheckPlanCountChartArea', {startDate: 'this.model.startDate', endDate: 'this.model.endDate', f_filialeid: 'this.f_filialeid'})
92
+ let model = new DataModel('/rs/safecheck/report/CheckPlanCountChartAreaByWangGeYuan', {startDate: 'this.model.startDate', endDate: 'this.model.endDate', f_filialeid: 'this.f_filialeid'})
93
93
  model.f_filialeid = '(' + this.$login.f.orgid + ')'
94
94
  return {
95
95
  filialeNameStr: '',
package/src/main.js CHANGED
@@ -11,7 +11,7 @@ all()
11
11
  var Verificationfalg = false
12
12
  system(Verificationfalg)
13
13
  // system()
14
- safecheck('tongchuan')
14
+ safecheck('siyang')
15
15
  // safecheck('rizhao')
16
16
  require('./bootstrap/less/bootstrap.less')
17
17
  require('./expandcss.less')
package/.trae/.ignore DELETED
File without changes
@@ -1,3 +0,0 @@
1
- {
2
- "common-intellisense.translate": false
3
- }