样式调整
This commit is contained in:
parent
c4dd7aa559
commit
697dfdd365
@ -30,7 +30,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
<div style="position: relative;height: 20px;line-height: 20px;top: -120px;text-align: left;right: -80px;background: #F0F0F0;width: 88px;">筛选条件查询</div>
|
||||
<div style="position: relative;height: 20px;line-height: 20px;top: -76px;text-align: left;right: -80px;background: #F0F0F0;width: 88px;">筛选条件查询</div>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-button @click="infoConfirm">消息确认</el-button>
|
||||
|
@ -513,7 +513,6 @@ export default {
|
||||
this.audioPlay = val;
|
||||
},
|
||||
'$store.state.scriptRecord.updateRoleId':function(val) {
|
||||
// val
|
||||
if (this.conversitionStateMap[val]) {
|
||||
this.treeData.forEach(item => {
|
||||
if (item.children) {
|
||||
@ -619,7 +618,6 @@ export default {
|
||||
if (this.memberIdList.length || this.memberObject) {
|
||||
this.createLoading = true;
|
||||
if (this.memberIdList.length > 0) {
|
||||
// this.memberObject
|
||||
this.treeData.forEach(data => {
|
||||
this.memberIdList.forEach(memberId=>{
|
||||
const member = data.children[memberId];
|
||||
@ -627,7 +625,6 @@ export default {
|
||||
});
|
||||
});
|
||||
} else {
|
||||
// allTrain
|
||||
if (this.memberObject == 'ALL_STATION') {
|
||||
const stationList = Object.values(this.treeData[1].children);
|
||||
const length = stationList.length;
|
||||
|
Loading…
Reference in New Issue
Block a user