Browse Source

依赖整体升级

zhangchong 2 years ago
parent
commit
4c99f1d104
1 changed files with 1 additions and 1 deletions
  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>