diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue
index ea3063b..ef8859a 100644
--- a/src/pages/modules/taskmanage/CarryPoint.vue
+++ b/src/pages/modules/taskmanage/CarryPoint.vue
@@ -10,8 +10,15 @@
{{e.code_name}}
-
@@ -126,8 +133,8 @@ export default {
this.toast(res.desc)
}
},
- async confirmPoint () {
- let res = await confirmPoint(this.selectObj.point_code)
+ async confirmPoint (type) {
+ let res = await confirmPoint(this.selectObj.point_code, type)
if (res.code === '1') {
this.toast(res.desc)
this.selectObj = {}
@@ -139,10 +146,10 @@ export default {
this.pkId = this.pkId === e.point_code ? '' : e.point_code
this.selectObj = e
},
- toSure () {
+ toSure (type) {
console.log(this.selectObj.point_code, 666)
if (this.selectObj.point_code) {
- this.confirmPoint()
+ this.confirmPoint(type)
}
},
toClear () {
@@ -189,13 +196,6 @@ export default {
background center / 100% 100% url(../../../images/new/bg1.png) no-repeat !important
.box2
position fixed
- left 935px
- bottom 88px
- .btn
- width 335px
- line-height 91px
- font-size 36px
- text-align center
- color #EFF2FF
- background center / 100% 100% url(../../../images/new/button.png) no-repeat
+ left 500px
+ bottom 50px