SunZehao 1 年間 前
コミット
242d9a3292
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/components/taskCenter/taskApplicationFrom.vue

+ 2 - 1
src/components/taskCenter/taskApplicationFrom.vue

@@ -225,7 +225,7 @@
             <template #footer>
                 <span class="dialog-footer">
                     <el-button @click="activeVisible = false">取 消</el-button>
-                    <el-button type="primary" @click="activeresponsibility()">确 定</el-button>
+                    <el-button type="primary" @click="activeresponsibility">确 定</el-button>
                 </span>
             </template>
         </el-dialog>
@@ -253,6 +253,7 @@ export default {
     data() {
         return {
             dialogVisible: false,
+            activeVisible: false,
             leaderVisible: false,
             activeName: 'first',
             leaderArr: [],