|
@@ -925,7 +925,6 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
const params = { id: this.model.id, category: this.model.category }
|
|
|
- alert(this.model.id + this.model.category)
|
|
|
closeRepair(params).then(res => {
|
|
|
this.$message.info('操作成功')
|
|
|
this.handleOk()
|
|
@@ -982,7 +981,10 @@ export default {
|
|
|
modal.base({ repairId: this.model.id, repairNo: this.model.no, errorContent: this.model.content, sbId: this.model.sbId })
|
|
|
},
|
|
|
recoverPause () {
|
|
|
- this.$refs.reportPauseForm.base(this.model)
|
|
|
+ getSelfRole().then(res => {
|
|
|
+ const modal = this.$refs.reportPauseForm
|
|
|
+ modal.base(this.model, res.data)
|
|
|
+ })
|
|
|
},
|
|
|
handleAddRepairResolves () {
|
|
|
const modal = this.$refs.schemeLibrary
|