Compare commits

..

No commits in common. "28f79f7ab082096ef8ebb06687431fb5005fc196" and "b47a3bb63ac37579c8107965af10ab81485629d6" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ const handleCurrentChange = (val) => {
console.log(val,'???????????') console.log(val,'???????????')
if(val && val.id >0 ) { if(val && val.id >0 ) {
currentRow.value.id = 1; currentRow.value = val;
classWorkForm.worktype = val.worktype; // classWorkForm.worktype = val.worktype; //
editListItem(val, courseObj).then((obj) => { editListItem(val, courseObj).then((obj) => {
if(obj){ if(obj){