Commit a7cb372a by zhangzhijie

调整页面

parent c8afe2df
......@@ -8,7 +8,7 @@
<el-col :span="6">
<div class="grid-content bg-purple">{{ ajmc }}</div>
</el-col>
<el-col :span="8">
<el-col :span="6">
<div class="grid-content bg-purple">{{ asjbh }}</div>
</el-col>
<el-col :span="3" v-if="ajlbdmStr">
......@@ -16,7 +16,7 @@
<el-tag>{{ ajlbdmStr }}</el-tag>
</div>
</el-col>
<el-col :span="3" v-if="ajxzlbStr">
<el-col :span="5" v-if="ajxzlbStr">
<div class="grid-content bg-purple">
<el-tag>{{ ajxzlbStr }}</el-tag>
</div>
......@@ -1031,7 +1031,6 @@ export default {
setTimeout(() => {
this.$refs.tree2.setCurrentKey(this.ajxlb);
}, 500);
} else {
}
} else {
// let ajxzId = this.ajzlb + "0000";
......@@ -1054,7 +1053,6 @@ export default {
} else {
this.getQuery();
}
console.log(this.parentLb);
},
bjBack() {
var self = this;
......@@ -1119,7 +1117,7 @@ export default {
type: "success",
})
.then(() => {
window.opener.location.reload();
//window.opener.location.reload();
window.close();
})
.catch(() => {
......@@ -1499,10 +1497,16 @@ export default {
}
},
hanldTableBar() {
this.zaData = [];
//this.zaData = [];
this.laData = [];
this.xaData = [];
this.getQuery();
axios.get(`JsonData/CODE_AJXZ.json`).then((response) => {
if (response.success === true) {
this.laData = response.data.rows.filter((val) => {
return val.parentId == `${this.ajzlb}0000`;
});
}
});
// if (this.selectIndex1 == val) {
// this.selectIndex1 = 0;
//
......@@ -1569,13 +1573,13 @@ export default {
// },
xaHandleNodeClick(data) {
this.parentLb.childId = data.id;
axios.get(`JsonData/CODE_AJXZ.json`).then((response) => {
if (response.success === true) {
this.laData = response.data.rows.filter((val) => {
return val.id == data.parentId;
});
}
});
// axios.get(`JsonData/CODE_AJXZ.json`).then((response) => {
// if (response.success === true) {
// this.laData = response.data.rows.filter((val) => {
// return val.id == data.parentId;
// });
// }
// });
setTimeout(() => {
this.$refs.tree3.setCurrentKey(data.parentId);
}, 50);
......
......@@ -37,7 +37,7 @@ export default {
ajlbdm: [],
jyaq: "",
asjfsddDzmc: "",
zbrXm:"",
zbrXm: "",
},
panelList: [
{
......@@ -267,15 +267,7 @@ export default {
cxUrl: "/newAsjbz/esAsjQuery",
};
},
methods: {
// getAj() {
// getAsjxxDetail({
// asjbh: "A1501000000AAAAAAA22201",
// }).then((res) => {
// console.log(res);
// });
// },
},
methods: {},
created() {
// this.getAj()
var thisYear = new Date().getFullYear();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment