Parcourir la source

依赖整体升级

zhangchong il y a 2 ans
Parent
commit
4c99f1d104
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/dept/component/editDept.vue

+ 1 - 1
src/views/system/dept/component/editDept.vue

@@ -59,7 +59,7 @@
 			</el-form>
 			<template #footer>
 				<span class="dialog-footer">
-					<el-button @click="onCancel"  class="defaut-button"</el-button>
+					<el-button @click="onCancel"  class="defaut-button"></el-button>
 					<el-button type="primary" @click="onSubmit" >修 改</el-button>
 				</span>
 			</template>