Merge branch 'sprint/235_liumengyi_fixbug' into 'master'

* Fix bug #23957, #26846.

See merge request easycorp/zentaopms!5183
This commit is contained in:
孙广明
2022-08-29 07:18:01 +00:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -36,6 +36,8 @@ $(function()
var $newRow = $(rowTpl.replace(/%s/g, lastIndex + 1));
$newRow.find('.chosen').chosen();
$newRow.find('.picker').remove()
$newRow.find('.picker-select').picker();
$newRow.find('.iframe').modalTrigger({iframe:true});
$newRow.find('[data-provide="colorpicker-later"]').colorPicker();
$newRow.datepickerAll();
+2
View File
@@ -1718,6 +1718,8 @@ class story extends control
$storyIdList = $this->post->storyIdList;
$storyIdList = array_unique($storyIdList);
$this->story->replaceURLang($storyType);
/* Get edited stories. */
$stories = $this->story->getByList($storyIdList);
$productStoryList = array();