Compare commits
No commits in common. "28f79f7ab082096ef8ebb06687431fb5005fc196" and "b47a3bb63ac37579c8107965af10ab81485629d6" have entirely different histories.
28f79f7ab0
...
b47a3bb63a
|
@ -446,7 +446,7 @@ const handleCurrentChange = (val) => {
|
|||
|
||||
console.log(val,'???????????')
|
||||
if(val && val.id >0 ) {
|
||||
currentRow.value.id = 1;
|
||||
currentRow.value = val;
|
||||
classWorkForm.worktype = val.worktype; //作业类型
|
||||
editListItem(val, courseObj).then((obj) => {
|
||||
if(obj){
|
||||
|
|
Loading…
Reference in New Issue