修复导入价格

This commit is contained in:
2024-11-14 13:45:49 +08:00
parent 4742eab3fc
commit 8b2286b5df

View File

@@ -670,6 +670,9 @@ class WareController extends BaseAdminController
'getOnlySheet' => 'Sheet1',
]);
return [
$data
];
$ImportForm = new ImportForm();
$ImportForm->attributes = $post;
if ($request->post('is_store') == true) {