yuanyiming hace 2 años
padre
commit
d7ee4d7a77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/projectApply/projectApplicationApplyMain.vue

+ 1 - 1
src/views/projectApply/projectApplicationApplyMain.vue

@@ -62,7 +62,7 @@
 
           <span slot="footer" class="dialog-footer">
             <el-button type="primary" @click="selectTypeButton" class="AllDialogBtn">确认提交</el-button>
-            <el-button @click="selectType=false" class="AllDialogBtn">取消</el-button>
+            <el-button @click="$router.back()" class="AllDialogBtn">取消</el-button>
           </span>
         </el-dialog>
       <!-- 选择分类结束 -->