This commit is contained in:
hufangzhou
2022-08-29 09:32:23 +08:00
parent d859327126
commit 92e0ec8eae
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
$(function()
{
loadDocLibs('product');
loadDocLibs(defaultType);
})
/**
+1
View File
@@ -41,4 +41,5 @@
</table>
</form>
</div>
<?php js::set('defaultType', $defaultType);?>
<?php include '../../common/view/footer.lite.html.php';?>