石超 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(){ clockInSuccess(){
console.log('231321') console.log('231321')
this.rowdataKey++ this.rowdataKey++
this.getClockInList()
}, },
getClockInList(){ getClockInList(){
let param = { let param = {

View File

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