石超 2023-08-27 16:58:53 +08:00
commit 1e879a20ab
2 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,7 @@
clockInSuccess(){
console.log('231321')
this.rowdataKey++
this.getClockInList()
},
getClockInList(){
let param = {

View File

@ -84,6 +84,7 @@ export default {
if (response.code == 200) {
// shp
this.$emit("clockInSuccess");
this.$emit("close");
this.$message({
type: "success",
message: response.message