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) {
 			checkName(data) {
-				if (data.id) {
-				}
 				let checkColumnName = this.tableHeadList.find((item) => {
 				let checkColumnName = this.tableHeadList.find((item) => {
 					if (data.id) {
 					if (data.id) {
 						return item.columnName == data.columnName && item.id != data.id
 						return item.columnName == data.columnName && item.id != data.id