|
@@ -303,7 +303,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
- this.disabled = false
|
|
|
|
|
|
|
+ // this.disabled = false
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.$refs.reagent && this.$refs.reagent.$forceUpdate()
|
|
this.$refs.reagent && this.$refs.reagent.$forceUpdate()
|
|
@@ -313,7 +313,7 @@ export default {
|
|
|
this.$emit(
|
|
this.$emit(
|
|
|
'change-data',
|
|
'change-data',
|
|
|
'zuJianShuJu',
|
|
'zuJianShuJu',
|
|
|
- JSON.stringify([value, this.copyDialogData.length, this.disabled])
|
|
|
|
|
|
|
+ JSON.stringify([value, this.copyDialogData.length, true])
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|