|
@@ -36,9 +36,9 @@
|
|
|
|
|
|
<div class="topOptions">
|
|
<div class="topOptions">
|
|
<span class="OptinItem topOpt">
|
|
<span class="OptinItem topOpt">
|
|
- <!-- <Treeselect :appId.sync="accountID" :multiple="false" request="2,4" reqUrl='/ctop/projectMember/getProjectAccountByUserId' ref="treeSelect" style="margin-bottom:8px " /> -->
|
|
|
|
|
|
+ <Treeselect :appId.sync="accountID" :multiple="false" request="1,3" ref="treeSelect" style="margin-bottom:8px " />
|
|
|
|
|
|
- <a-tree-select
|
|
|
|
|
|
+ <!-- <a-tree-select
|
|
show-search
|
|
show-search
|
|
allow-clear
|
|
allow-clear
|
|
dropdownMatchSelectWidth
|
|
dropdownMatchSelectWidth
|
|
@@ -52,7 +52,7 @@
|
|
@change='accountIDChange'
|
|
@change='accountIDChange'
|
|
>
|
|
>
|
|
|
|
|
|
- </a-tree-select>
|
|
|
|
|
|
+ </a-tree-select> -->
|
|
</span>
|
|
</span>
|
|
<span class="OptinItem">
|
|
<span class="OptinItem">
|
|
<a-select style="width: 120px" v-model="statusValue" @change="statusChange" placeholder="请选择状态">
|
|
<a-select style="width: 120px" v-model="statusValue" @change="statusChange" placeholder="请选择状态">
|