Commit f73659d5 by 陈浩建

华软教师页面修改bug

parent 6d13495c
......@@ -78,7 +78,7 @@
titleName:"",
modifyForm: {
stuNumber:"",
stuName: '',
stuName: "",
},
subNameList: [],
packageName:[],
......@@ -145,11 +145,11 @@
add(){
this.titleName="添加"
this.modifyForm.stuNumber = "";
this.modifyForm.StuName = "";
this.modifyForm.stuName = "";
setTimeout(()=>{
this.Formtable.setFieldsValue({
stuNumber:"",
StuName:"",
stuName:"",
})
},0)
this.modifyvisible=true;
......
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