mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 21:03:26 +08:00
【优化】数据库移除旧版自定义交易组件表,优化遗留的默认账号无一些数据的权限及linux下某些页面404的问题,完善部分表和字段未添加注释的问题。
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
area: ['700px', '90%'],
|
||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-create',
|
||||
success: function (layero, index) {
|
||||
view(this.id).render('good/goodsTypeSpec/create', { data: e.data }).done(function () {
|
||||
view(this.id).render('good/goodstypespec/create', { data: e.data }).done(function () {
|
||||
//监听提交
|
||||
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-createForm-submit)',
|
||||
function (data) {
|
||||
@@ -195,7 +195,7 @@
|
||||
area: ['700px', '90%'],
|
||||
id: 'LAY-popup-CoreCmsGoodsTypeSpec-edit',
|
||||
success: function (layero, index) {
|
||||
view(this.id).render('good/goodsTypeSpec/edit', { data: e.data }).done(function () {
|
||||
view(this.id).render('good/goodstypespec/edit', { data: e.data }).done(function () {
|
||||
//监听提交
|
||||
form.on('submit(LAY-app-CoreCmsGoodsTypeSpec-editForm-submit)',
|
||||
function (data) {
|
||||
|
||||
Reference in New Issue
Block a user