Commit 9867c1f4 by 杨树贤

fix

parent f5c205d8
Showing with 1 additions and 0 deletions
......@@ -129,6 +129,7 @@ class SkuController extends Controller
foreach ($supplierCodesForXmSelect as $key => $value) {
$supplierCodesForXmSelect[$key] = ['name' => $value, 'value' => $key];
}
$this->data['supplierCodes'] = $supplierCodes;
$supplierCodesForXmSelect = array_values($supplierCodesForXmSelect);
$this->data['supplierCodesForXmSelect'] = $supplierCodesForXmSelect;
$systemTagsForXmSelect = $systemTags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment