From 23e3b396a51f3b3fb8232403bd8ee31c2670f5cc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 08 十一月 2022 16:13:25 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index 73503ce..3b22b09 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -246,11 +246,15 @@
     function showEditModel(mData) {
         admin.open({
             type: 1,
-            area: '600px',
+            area: '1500px',
             title: (mData ? '淇敼' : '娣诲姞') + '璁㈠崟鐘舵��',
             content: $('#editDialog').html(),
             success: function (layero, dIndex) {
+                if (mData) {
+                    $('#cascaderVal').val(mData.pcd);
+                }
                 layDateRender(mData);
+                cascaderRender();
                 form.val('detail', mData);
                 form.on('submit(editSubmit)', function (data) {
                     var loadIndex = layer.load(2);

--
Gitblit v1.9.1