|
@ -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) || '',
|