样式调整
This commit is contained in:
parent
c4dd7aa559
commit
697dfdd365
@ -30,7 +30,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</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-row>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-button @click="infoConfirm">消息确认</el-button>
|
<el-button @click="infoConfirm">消息确认</el-button>
|
||||||
|
@ -513,7 +513,6 @@ export default {
|
|||||||
this.audioPlay = val;
|
this.audioPlay = val;
|
||||||
},
|
},
|
||||||
'$store.state.scriptRecord.updateRoleId':function(val) {
|
'$store.state.scriptRecord.updateRoleId':function(val) {
|
||||||
// val
|
|
||||||
if (this.conversitionStateMap[val]) {
|
if (this.conversitionStateMap[val]) {
|
||||||
this.treeData.forEach(item => {
|
this.treeData.forEach(item => {
|
||||||
if (item.children) {
|
if (item.children) {
|
||||||
@ -619,7 +618,6 @@ export default {
|
|||||||
if (this.memberIdList.length || this.memberObject) {
|
if (this.memberIdList.length || this.memberObject) {
|
||||||
this.createLoading = true;
|
this.createLoading = true;
|
||||||
if (this.memberIdList.length > 0) {
|
if (this.memberIdList.length > 0) {
|
||||||
// this.memberObject
|
|
||||||
this.treeData.forEach(data => {
|
this.treeData.forEach(data => {
|
||||||
this.memberIdList.forEach(memberId=>{
|
this.memberIdList.forEach(memberId=>{
|
||||||
const member = data.children[memberId];
|
const member = data.children[memberId];
|
||||||
@ -627,7 +625,6 @@ export default {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// allTrain
|
|
||||||
if (this.memberObject == 'ALL_STATION') {
|
if (this.memberObject == 'ALL_STATION') {
|
||||||
const stationList = Object.values(this.treeData[1].children);
|
const stationList = Object.values(this.treeData[1].children);
|
||||||
const length = stationList.length;
|
const length = stationList.length;
|
||||||
|
Loading…
Reference in New Issue
Block a user