lz il y a 3 ans
Parent
commit
afc91ee886
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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