lijunjie %!s(int64=2) %!d(string=hace) años
padre
commit
52f2002069
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CallCenterWeb.UI/Appeal/js/orderListCommon.js

+ 1 - 1
CallCenterWeb.UI/Appeal/js/orderListCommon.js

@@ -16,7 +16,7 @@ function load(paramsObj) {
16 16
 		isresult: $("#dealtype").val(), //处理类型
17 17
 		tab: paramsObj.tab,
18 18
 		isaudit: paramsObj.isaudit,
19
-		state: $("#state").val().join(),
19
+		state: $("#state").val()?.join(),
20 20
 		token: $.cookie("token")
21 21
 	}
22 22