lz hace 3 años
padre
commit
afc91ee886
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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