This commit is contained in:
lll 2023-11-14 23:39:17 +08:00
parent bfe493e431
commit 8a0bc49141
4 changed files with 46 additions and 44 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -681,7 +681,7 @@ export default {
mounted() {
alert(this.$route.query.id, this.$store.state.type);
console.log(this.user_id, this.$store.state.type);
// this.GetUserAnswer();
this.GetUserAnswer();
},
methods: {
@ -831,46 +831,48 @@ export default {
this.$message.error("操作失败");
}
},
// //
// async GetUserAnswer() {
// let { data } = await GetUserAnswer({
// // mark: this.$store.state.type,
// // user_id: this.$route.query.id,
// mark: "GYWZ_wx",
// user_id: "USER202307301109254198",
// });
// if (data.data && data.state) {
// let res = JSON.parse(data.data.mark_value);
// console.log(res);
// this.clgl_name = res.clgl_name;
// this.clgl_xy = res.clgl_xy;
// this.clgl_gzms = res.clgl_gzms;
// this.clgl_mddk = res.clgl_mddk;
// this.clgl_ydx = res.clgl_ydx;
// this.clgl_ydk = res.clgl_ydk;
// this.clgl_mddk = res.clgl_mddk;
// this.clgl_rkwk = res.clgl_rkwk;
// this.clgl_wdyml = res.clgl_wdyml;
// this.clgl_ckwk = res.clgl_ckwk;
// this.wlgl_nw_name = res.wlgl_nw_name;
// this.wlgl_nw_ip = res.wlgl_nw_ip;
// this.wlgl_nw_zwym = res.wlgl_nw_zwym;
// this.wlgl_ww_name = res.wlgl_ww_name;
// this.wlgl_ww_ip = res.wlgl_ww_ip;
// this.wlgl_ww_zwym = res.wlgl_ww_zwym;
// this.dxgl = [].concat(res.dxgl);
// this.cmdlist_ml = res.cmdlist_ml;
// this.cmdlist_sbid = res.cmdlist_sbid;
// this.cmdlist_qsdz = res.cmdlist_qsdz;
// this.cmdlist_dzcd = res.cmdlist_dzcd;
// this.cmdlist_ms = res.cmdlist_ms;
// this.cmdlist_dz = res.cmdlist_dz;
// }
// // console.log(this.dxgl);
// this.dxgl.forEach((item) => {
// this.arr.push(item.dx_name);
// });
// },
//
async GetUserAnswer() {
let { data } = await GetUserAnswer({
mark: this.$store.state.type,
user_id: this.$route.query.id,
// mark: "GYWZ_wx",
// user_id: "USER202307301109254198",
});
if (data.data && data.state) {
let res = JSON.parse(data.data.mark_value);
console.log(res);
this.clgl_name = res.clgl_name;
this.clgl_xy = res.clgl_xy;
this.clgl_gzms = res.clgl_gzms;
this.clgl_mddk = res.clgl_mddk;
this.clgl_ydx = res.clgl_ydx;
this.clgl_ydk = res.clgl_ydk;
this.clgl_mddk = res.clgl_mddk;
this.clgl_rkwk = res.clgl_rkwk;
this.clgl_wdyml = res.clgl_wdyml;
this.clgl_ckwk = res.clgl_ckwk;
this.wlgl_nw_name = res.wlgl_nw_name;
this.wlgl_nw_ip = res.wlgl_nw_ip;
this.wlgl_nw_zwym = res.wlgl_nw_zwym;
this.wlgl_ww_name = res.wlgl_ww_name;
this.wlgl_ww_ip = res.wlgl_ww_ip;
this.wlgl_ww_zwym = res.wlgl_ww_zwym;
this.dxgl = [].concat(res.dxgl);
this.cmdlist_ml = res.cmdlist_ml;
this.cmdlist_sbid = res.cmdlist_sbid;
this.cmdlist_qsdz = res.cmdlist_qsdz;
this.cmdlist_dzcd = res.cmdlist_dzcd;
this.cmdlist_ms = res.cmdlist_ms;
this.cmdlist_dz = res.cmdlist_dz;
console.log(res);
}
// console.log(this.dxgl);
this.dxgl.forEach((item) => {
this.arr.push(item.dx_name);
});
console.log(this.dxgl);
},
//-
saveMl() {
this.$refs["ruleForm2"].validate((valid) => {

View File

@ -286,9 +286,9 @@ export default {
clgl_mddk: this.clgl_mddk,
clgl_rkwg: this.clgl_rkwg,
clgl_rkwk: this.clgl_rkwk,
clgl_rkip: this.clgl_ckip,
clgl_rkip: this.clgl_rkip,
clgl_ckwg: this.clgl_ckwg,
clgl_ckwk: this.clgl_rkwk,
clgl_ckwk: this.clgl_ckwk,
clgl_ckip: this.clgl_ckip,
clgl_wdyml: this.clgl_wdyml,
cmdlist_ml: this.cmdlist_ml,

View File

@ -247,7 +247,7 @@ export default {
dkpz_dbcd: this.ruleForm.dkpz_dbcd,
dkpz_dbsj: this.ruleForm.dkpz_dbsj,
dkpz_tbbtl: this.ruleForm.dkpz_tbbtl,
dkpz_snckxtb: this.ruleForm.dkpz_snckxtb,
dkpz_snckxtb: Number(this.ruleForm.dkpz_snckxtb),
};
console.log(obj);
alert(JSON.stringify(obj));