Sfoglia il codice sorgente

fix:二级单位待办事项导出报错修复

weieryang 3 anni fa
parent
commit
ac722b2cf1

File diff suppressed because it is too large
+ 1033 - 0
WebUI/.vs/CallCenterWeb/config/applicationhost.config


BIN
WebUI/.vs/CallCenterWeb/v17/.suo


BIN
WebUI/.vs/CallCenterWeb/v17/fileList.bin


+ 1 - 1
WebUI/CallCenterWeb.UI/Business/WorkDC.html

930
         // 导出文件
930
         // 导出文件
931
         $(".exportFile").click(function() {
931
         $(".exportFile").click(function() {
932
             exportParams.isdc = 1;
932
             exportParams.isdc = 1;
933
-            exportFileFun("WorkOrder/GetList", exportParams)
933
+            exportFileFun("WorkOrder/GetDWDealList", exportParams)
934
         })
934
         })
935
 
935
 
936
     </script>
936
     </script>