commit
This commit is contained in:
@@ -222,6 +222,7 @@
|
|||||||
:on-success="importFileSuccess"
|
:on-success="importFileSuccess"
|
||||||
:on-remove="importFileRemove"
|
:on-remove="importFileRemove"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.modelList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
@@ -242,6 +243,7 @@
|
|||||||
:on-success="importFileSuccess2"
|
:on-success="importFileSuccess2"
|
||||||
:on-remove="importFileRemove2"
|
:on-remove="importFileRemove2"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.fjList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
|
|||||||
@@ -224,6 +224,7 @@
|
|||||||
:on-success="importFileSuccess"
|
:on-success="importFileSuccess"
|
||||||
:on-remove="importFileRemove"
|
:on-remove="importFileRemove"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.fjList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
@@ -244,6 +245,7 @@
|
|||||||
:on-success="importFileSuccess2"
|
:on-success="importFileSuccess2"
|
||||||
:on-remove="importFileRemove2"
|
:on-remove="importFileRemove2"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.modelList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
|
|||||||
@@ -354,6 +354,7 @@
|
|||||||
:on-success="importFileSuccess"
|
:on-success="importFileSuccess"
|
||||||
:on-remove="importFileRemove"
|
:on-remove="importFileRemove"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.modelList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
@@ -787,7 +788,7 @@ export default {
|
|||||||
this.nodeList2 = this.roleForm.dockUserList.split(',')
|
this.nodeList2 = this.roleForm.dockUserList.split(',')
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任'
|
this.drawerTitle2 = '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任'
|
||||||
if (this.roleForm.directorUser.length > 0) {
|
if (this.roleForm.directorUser.length > 0) {
|
||||||
this.nodeList2 = this.roleForm.directorUser.split(',')
|
this.nodeList2 = this.roleForm.directorUser.split(',')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -363,6 +363,7 @@
|
|||||||
:on-success="importFileSuccess"
|
:on-success="importFileSuccess"
|
||||||
:on-remove="importFileRemove"
|
:on-remove="importFileRemove"
|
||||||
:show-file-list="true"
|
:show-file-list="true"
|
||||||
|
:file-list="form.modelList"
|
||||||
>
|
>
|
||||||
<div style="padding: 20px 0">
|
<div style="padding: 20px 0">
|
||||||
<i class="el-icon-upload" style="color: #3399ff"></i>
|
<i class="el-icon-upload" style="color: #3399ff"></i>
|
||||||
@@ -786,7 +787,7 @@ export default {
|
|||||||
this.nodeList2 = this.roleForm.dockUserList.split(',')
|
this.nodeList2 = this.roleForm.dockUserList.split(',')
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.drawerTitle2 = '选择技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任'
|
this.drawerTitle2 = '技术委员会相关专委会主任/研究总院职能部门领导,技术管理中心主任'
|
||||||
if (this.roleForm.directorUser.length > 0) {
|
if (this.roleForm.directorUser.length > 0) {
|
||||||
this.nodeList2 = this.roleForm.directorUser.split(',')
|
this.nodeList2 = this.roleForm.directorUser.split(',')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user