Commit 80da1f81 by xue_wengang

Update adjustXsbks.vue

parent 23c152d9
......@@ -413,7 +413,7 @@ export default {
xxzjbh: this.xxzjbh,
}).then((res) => {
if (res.success && res.code == 200) {
debugger
debugger;
res.data.rows.forEach((item) => {
this.formLabelAlign.mxList.push(item.xxzjbh);
this.xxzjbhList.push(item.xxzjbh);
......@@ -488,6 +488,8 @@ export default {
value = this.$route.query.bkdxLxdm ? this.$route.query.bkdxLxdm : "";
if (el.id == "bkdxHm")
value = this.$route.query.bkdx_hm ? this.$route.query.bkdx_hm : "";
if (el.id == "bkdxLxdm") value = this.$route.query.type;
if (el.id == "bkdxHm") value = this.$route.query.id;
this.$set(this.formLabelAlign, el.id, value);
});
}
......
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