Commit 60d4b410 by Cat

zd 教师档案

parent aa50b82f
......@@ -429,7 +429,8 @@ export default {
this.dialogVisible = true;
const id = row.id;
getFileTnfo(id).then((res) => {
this.form = res.rows;
console.log(res);
this.form = res.data;
console.log(this.form, "this.form");
this.title = "基本信息查看";
});
......
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