lz 3 년 전
부모
커밋
afc91ee886
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/system/tableHead/index.vue

+ 0 - 2
src/views/system/tableHead/index.vue

@@ -279,8 +279,6 @@
 			},
 			//重名检测
 			checkName(data) {
-				if (data.id) {
-				}
 				let checkColumnName = this.tableHeadList.find((item) => {
 					if (data.id) {
 						return item.columnName == data.columnName && item.id != data.id