瀏覽代碼

新增入参

hwy 4 天之前
父節點
當前提交
d8590a35f7

+ 2 - 1
component/statistics/LascCervical/index.js

@ -478,10 +478,11 @@ Vue.component('lasc-cervical', {
          })
      }
    },
    openDialog(scope, prop) {
    openDialog(row, prop) {
      var vm = this
      vm.dialogLoading = true
      this.query.type = 'g_' + prop
      this.query.orgCode = row.orgCode
      var params = {
        ...this.query,
        range: (this.form && this.form.range) || '',

+ 2 - 3
component/statistics/LascProgress/index.js

@ -346,15 +346,14 @@ Vue.component('lasc-progress', {
        this.init()
      }
    },
    openDialog(scope, prop) {
    openDialog(row, prop) {
      var vm = this
      if (prop != 'total') {
        this.query.status = prop.charAt(prop.length - 1)
      }
      console.log(this.query, '0000000000000000000000000')
      vm.dialogLoading = true
      this.query.type = 't_' + prop
      this.query.orgCode = row.orgCode
      var params = {
        ...this.query,
        range: (this.form && this.form.range) || '',

+ 2 - 1
component/statistics/breastCancerPatient/index.js

@ -392,10 +392,11 @@ Vue.component('breast-cancer-patient', {
      this.size = val
      this.getList()
    },
    openDialog(scope, prop) {
    openDialog(row, prop) {
      var vm = this
      vm.dialogLoading = true
      this.query.type = 'r_' + prop
      this.query.orgCode = row.orgCode
      var params = {
        ...this.query,
        range: (this.form && this.form.range) || '',