From d72d46b4cf88d38d5dd3acd02b80a819e8b4a073 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期二, 15 七月 2025 13:42:12 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/basWrkIotype/basWrkIotype.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
index 723120b..b14df92 100644
--- a/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
+++ b/src/main/webapp/static/js/basWrkIotype/basWrkIotype.js
@@ -89,7 +89,7 @@
                     maxmin: true,
                     area: ['500px', top.detailHeight],
                     shadeClose: false,
-                    content: 'basWrkIotype_detail.html',
+                    content: 'store_detail.html',
                     success: function(layero, index){
                         layer.getChildFrame('#data-detail-submit-edit', index).hide();
                     	clearFormVal(layer.getChildFrame('#detail', index));
@@ -184,7 +184,7 @@
                     maxmin: true,
                     area: [top.detailWidth, top.detailHeight],
                     shadeClose: false,
-                    content: 'basWrkIotype_detail.html',
+                    content: 'store_detail.html',
                     success: function(layero, index){
                         setFormVal(layer.getChildFrame('#detail', index), data, true);
                         top.convertDisabled(layer.getChildFrame('#data-detail :input', index), true);
@@ -203,7 +203,7 @@
                     maxmin: true,
                     area: ['500px', top.detailHeight],
                     shadeClose: false,
-                    content: 'basWrkIotype_detail.html',
+                    content: 'store_detail.html',
                     success: function(layero, index){
                         layer.getChildFrame('#data-detail-submit-save', index).hide();
                         setFormVal(layer.getChildFrame('#detail', index), data, false);

--
Gitblit v1.9.1