Home > front end >  Can only be established on how to play the pop-up window after the execution method
Can only be established on how to play the pop-up window after the execution method

Time:03-19

Open () {
This $confirm (' move other employees? ', 'prompt', {
ConfirmButtonText: 'sure,
CancelButtonText: 'cancel',
Type: 'warning'
}). Then (()=& gt; {
This $message ({
Type: 'success',
The message: 'remove success! '
},
);
}
). The catch (()=& gt; {
This $message ({
Type: 'info',
The message: 'cancelled remove'
});
});
},
Delete (index, row) {
The console. The log (index, row);
This $axios. Get (" http://localhost:8080/check/satff/deletesatff ", {
Params: {
SatffWorknum: row satff_worknum
}
}). Then (res=& gt; {
This. Reload ();
})
},

CodePudding user response:

on. Then on the inside
  • Related