【优化】数据库移除旧版自定义交易组件表,优化遗留的默认账号无一些数据的权限及linux下某些页面404的问题,完善部分表和字段未添加注释的问题。

This commit is contained in:
jianweie code
2023-09-02 15:13:22 +08:00
parent 8e8d61edfa
commit c5cd46314c
11 changed files with 55 additions and 1153 deletions

View File

@@ -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) {