Browse Source

no message

linwenxin 5 months ago
parent
commit
0ceca7d6d0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/selectionWorkers.vue

+ 4 - 1
src/components/selectionWorkers.vue

@@ -30,7 +30,7 @@
       </view>
       <view class="kakakakak">
         <u-button text="取消"></u-button>
-        <view style="min-width: 30rpx"></view>
+        <view style="min-width: 30rpx" @click="quxiao"></view>
         <u-button type="primary" text="确认接收" @click="querenss"></u-button>
       </view>
     </view>
@@ -130,6 +130,9 @@ export default {
           })
           .catch(() => {})
       }
+    },
+    quxiao() {
+      this.callback?.()
     }
   }
 }