Merge branch 'master' of http://123.132.248.154:10000/xujingliang/Fei_Xian_Lin_Ye_Fang_Huo
commit
1e879a20ab
|
|
@ -170,6 +170,7 @@
|
|||
clockInSuccess(){
|
||||
console.log('231321')
|
||||
this.rowdataKey++
|
||||
this.getClockInList()
|
||||
},
|
||||
getClockInList(){
|
||||
let param = {
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ export default {
|
|||
if (response.code == 200) {
|
||||
// 上传shp
|
||||
this.$emit("clockInSuccess");
|
||||
this.$emit("close");
|
||||
this.$message({
|
||||
type: "success",
|
||||
message: response.message
|
||||
|
|
|
|||
Loading…
Reference in New Issue