更新基础mes-能源-系统
This commit is contained in:
		| @@ -63,7 +63,7 @@ const tableProps = [ | ||||
|     label: '对象编码' | ||||
|   }, | ||||
|   { | ||||
|     prop: 'plcTableName',  | ||||
|     prop: 'plcTableName', | ||||
|     label: '关联表名' | ||||
|   }, | ||||
|   { | ||||
| @@ -230,7 +230,9 @@ export default { | ||||
|     }, | ||||
|     /** 删除按钮操作 */ | ||||
|     handleDelete(row) { | ||||
|       this.$modal.confirm('是否确认删除对象为"' + row.objName + '"的数据项?').then(function() { | ||||
| 			this.$modal | ||||
| 				.delConfirm(row.objName) | ||||
|       .then(function() { | ||||
|           return deleteEnergyPlcConnect(row.id); | ||||
|         }).then(() => { | ||||
|           this.queryParams.pageNo = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user