Merge branch 'master' of http://123.132.248.154:10000/xujingliang/Fei_Xian_Lin_Ye_Fang_Huo
commit
1e879a20ab
|
|
@ -170,6 +170,7 @@
|
||||||
clockInSuccess(){
|
clockInSuccess(){
|
||||||
console.log('231321')
|
console.log('231321')
|
||||||
this.rowdataKey++
|
this.rowdataKey++
|
||||||
|
this.getClockInList()
|
||||||
},
|
},
|
||||||
getClockInList(){
|
getClockInList(){
|
||||||
let param = {
|
let param = {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue