liuyifan лет назад: 6
Родитель
Сommit
c3befbb6ba

+ 0 - 6
CallCenterWeb.UI/SystemManager/buMenManger.html

@@ -53,12 +53,6 @@
53 53
 					</div>
54 54
 					<div>部门名称:<input class="inps inps2" type="text" /></div>
55 55
 					<div>排列序号:<input class="inps inps3" type="text" /></div>
56
-					<div>
57
-						部门类别:
58
-						<select class="inps inps4">
59
-							<option value ="">请选择</option>
60
-						</select>
61
-					</div>
62 56
 					<div><button class="btns addCun">保存</button></div>
63 57
 				</div>
64 58
 			</div>

+ 1 - 1
CallCenterWeb.UI/keHuManager/js/keHuManger.js

@@ -184,7 +184,7 @@ function upload() {
184 184
         formData.append("type", 1);
185 185
         formData.append("token", $.cookie("token"));
186 186
         $.ajax({
187
-            url: huayi.config.callcenter_url + "Customer/ExportExcel",
187
+            url: huayi.config.callcenter_url + "Customer/ImportExcel",
188 188
             type: "POST",
189 189
             data: formData,
190 190
             contentType: false,