Commit 325854da by 刘玉帅

回显

parent 8585d2ef
......@@ -272,7 +272,7 @@ export default {
setTimeout(function () {
// self.$bus.off('currentBar')
// window.location.reload()
},200)
},800)
}
})
},
......
......@@ -4,7 +4,7 @@
* @Autor: LYS
* @Date: 2021-12-24 14:19:51
* @LastEditors: LYS
* @LastEditTime: 2022-01-15 16:45:38
* @LastEditTime: 2022-01-15 21:52:05
-->
<template>
<div
......@@ -1077,6 +1077,7 @@ export default {
self.$set(self.formLabelAlign, "contribution3", row.contribution3); //采集时间
self.$set(self.formLabelAlign, "degreeId", row.degreeId); //采集时间
self.$set(self.formLabelAlign, "training", row.training); //采集时间
self.$set(self.formLabelAlign, "id", row.id); //采集时间
self.$set(
self.formLabelAlign,
"currentPositionId",
......@@ -1117,8 +1118,8 @@ export default {
axios
.get(`JsonData/${val2.codeTree}.json`)
.then((res) => {
//
self.$set(val2, "codeOptions", res.data.data.rows);
// debugger
self.$set(val2, "codeOptions", res.data.rows);
})
.catch((err) => {
console.log(err);
......
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