Commit adef92ff authored by 杨梦雪's avatar 杨梦雪

修改】查看和提交作业(用户端)

parent 20834103
...@@ -1442,7 +1442,9 @@ export default { ...@@ -1442,7 +1442,9 @@ export default {
let _this = this; let _this = this;
let obj = {}; let obj = {};
if (this.configJson.name == 1) { if (this.configJson.name == 1) {
obj.name = _this.referForm.name; obj.name = _this.ref
erForm.name;
} }
if (this.configJson.gender == 1) { if (this.configJson.gender == 1) {
obj.gender = _this.referForm.gender; obj.gender = _this.referForm.gender;
......
This diff is collapsed.
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