Commit a706d1ce by lp784568205

修改

parent ca53675d
......@@ -887,6 +887,9 @@ export default {
isCheck: "",
htms: "",
bzzt: "",
//
ajxlb:'',
zatzjyqk:'',
};
},
created() {
......@@ -934,9 +937,13 @@ export default {
saveAsjbzxx({
asjbh: self.asjbh,
bzzt: "1",
asjbzAjfl: `0${self.selectIndex1}`,
ajzlb: self.parentLb.parentId,
ajxzlb: self.parentLb.id,
// asjbzAjfl: `0${self.selectIndex1}`,
// asjbzAjfl: '05',
// asjbzAjfl: self.parentLb.parentId.substring(0,2),
// ajzlb: self.parentLb.parentId,
// ajxzlb: self.parentLb.id,
ajxlb: self.parentLb.parentId,
zatzjyqk: self.parentLb.id,
}).then((res) => {
if (res.code == 200) {
self.$message.success("标注成功");
......@@ -1080,6 +1087,9 @@ export default {
this.ssjzrmby = res.data.rows.ssjzrmby;
this.jyaq = res.data.rows.jyaq;
this.fxasjddXzqhdm = res.data.rows.fxasjddXzqhdm;
this.ajxlb = res.data.rows.ajxlb;
this.zatzjyqk = res.data.rows.zatzjyqk;
// console.log(res.data.rows.ajxlb);
// if (this.ajlbdm_str == "" || this.ajlbdm_str == null) {
// this.ajlbdmSow = false;
// }
......
......@@ -97,7 +97,7 @@ export default {
password: [{ required: true, message: "请输入密码", trigger: "blur" }],
},
checked: false,
ifShowForm: false,
ifShowForm: true,
};
},
methods: {
......@@ -112,7 +112,8 @@ export default {
if (res.code == 200) {
sessionStorage.setItem("token", "bearer " + res.data.accessToken);
sessionStorage.setItem("userInfo", JSON.stringify(res.data));
this.$router.push("/kshData");
// this.$router.push("/kshData");
this.$router.push("/queryAj");
} else {
this.$confirm("账号或密码错误!", {
confirmButtonText: "确定",
......
......@@ -19,7 +19,7 @@ export default {
return {
cxFormData: {
page: 1,
limit: 10,
rows: 10,
asjbh: '',
Ladw_gajgjgdms: '',
lasjRqsjKssj: '',
......
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