Merge branch 'sprint/215_liumengyi_24491' into 'master'

* Fix bug #24491.

See merge request easycorp/zentaopms!4504
This commit is contained in:
王怡栋
2022-07-13 05:33:00 +00:00
+1 -1
View File
@@ -261,7 +261,7 @@ js::set('suiteID', $suiteID);
<h4 class="modal-title"><?php echo $lang->testcase->importToLib;?></h4>
</div>
<div class="modal-body">
<form method='post' class='form-ajax' action='<?php echo $this->createLink('testcase', 'importToLib');?>'>
<form method='post' class='form-ajax not-watch' action='<?php echo $this->createLink('testcase', 'importToLib');?>'>
<table class='table table-form'>
<tr>
<td class='select-lib'><?php echo $lang->testcase->selectLibAB;?></td>