From fa0351848cbf1650b19c4383f7032e02901183dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 28 十一月 2022 14:31:50 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/plan/plan.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/plan/plan.js b/src/main/webapp/static/js/plan/plan.js
index 1ae3c3e..5c60d0f 100644
--- a/src/main/webapp/static/js/plan/plan.js
+++ b/src/main/webapp/static/js/plan/plan.js
@@ -225,11 +225,11 @@
                                 let planTypeId = data.field.planType;
                                 let loadIndex0 = layer.load(2);
                                 $.ajax({
-                                    url: baseUrl + "/planType/" + planTypeId + "/auth",
+                                    url: baseUrl + "/planType/" + planTypeId + "/plan/auth",
                                     headers: {'token': localStorage.getItem('token')},
                                     method: 'GET',
                                     success: function (res0) {
-                                        let planType = res0.data;
+                                        let planType = res0.data.planType;
                                         if (res0.code === 200) {
                                             admin.open({
                                                 type: 1,
@@ -244,6 +244,9 @@
                                                     let orderSel = loadOrderSel();
                                                     let cstmrSel = loadCstmrSel();
                                                     let userSel = loadUserSel();
+                                                    userSel.setValue([
+                                                        {name: res0.data.nickName, value: Number(res0.data.userId)},
+                                                    ])
                                                     let planNeedSel = loadPlanNeedSel();
                                                     form.val('detail', {
                                                         planTypeName: planType.name
@@ -268,6 +271,11 @@
                                                             top.requireTip($('#cstmrXmlSel'));
                                                             return false;
                                                         }
+                                                        if (!data.field.userId) {
+                                                            layer.msg("涓氬姟鍛樹笉鑳戒负绌�", {icon: 2});
+                                                            top.requireTip($('#userXmlSel'));
+                                                            return false;
+                                                        }
                                                         var loadIndex = layer.load(2);
                                                         $.ajax({
                                                             url: baseUrl+"/plan/add/auth",

--
Gitblit v1.9.1