|
@@ -186,6 +186,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
showDetail(item) { // 查看详情
|
|
|
+ if (item.requireOrientIdList.length > 0) {
|
|
|
+ this.modifyType = 'require'
|
|
|
+ } else if (item.techModuleIdList.length > 0) {
|
|
|
+ this.modifyType = 'task'
|
|
|
+ }
|
|
|
this.modifyData = item
|
|
|
this.disabled = true
|
|
|
this.visibleModify = true
|