Browse Source

任务转交取消失灵bug fixed

wucl 11 months ago
parent
commit
dda539cfac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/TaskTransferDialog/index.vue

+ 1 - 1
src/components/TaskTransferDialog/index.vue

@@ -12,7 +12,7 @@
                 </div>
             </el-card>
             <div style="display: flex;">
-                <el-button style="margin-left: 43%; margin-top: 10px;" type="info">取消</el-button>
+                <el-button style="margin-left: 43%; margin-top: 10px;" type="info" @click="xVisible=false">取消</el-button>
                 <el-button style="margin-top: 10px; float: right;" type="success" @click="transfer()">确认</el-button>
             </div>
         </el-dialog>