Skip to content

Commit 1cb1a67

Browse files
committed
Update actions.vue
1 parent 80ae8e3 commit 1cb1a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/identityForm/actions.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ async function activate(){
120120
label: 'Annuler',
121121
},
122122
}).onOk(async() => {
123-
alert('test =' + props.identity.dataStatus)
124123
const requestOptions={method: 'POST',
125124
body:JSON.stringify({id:props.identity._id,status:props.identity.dataStatus === 1 ?true:false})}
126125
try{

0 commit comments

Comments
 (0)