Преглед изворни кода

任务转交取消失灵bug fixed

wucl пре 11 месеци
родитељ
комит
dda539cfac
1 измењених фајлова са 1 додато и 1 уклоњено
  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>