From b5e59c6fb392f047441ccc6366584f3ac8fea57e Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 23 Nov 2023 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8F=96=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/taskmanage/CarryPoint.vue | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) 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