* [task#132832] Remove prompt information when copying a row.

This commit is contained in:
hufangzhou
2024-11-19 17:08:13 +08:00
committed by 谢杞钰
parent b6b58eacc0
commit 2616d2772f
+1
View File
@@ -34,6 +34,7 @@ window.addNewLine = function(e)
newLine.find('.form-label').addClass('hidden');
newLine.find('.removeLine').removeClass('hidden');
newLine.find('.c-actions').removeClass('first-action');
newLine.find('.form-tip').remove();
/* 重新初始化新一行的下拉控件. */
const objectClass = objectType == 'roadmap' ? '.linkRoadmap' : '.linkPlan';