Browse Source

feat: 删除debug

zhangweicheng 4 years ago
parent
commit
597554aeac

+ 0 - 1
web/building_saas/pm/js/pm_import.js

@@ -313,7 +313,6 @@ const importView = (() => {
         });
         //下一步
         $('#import-next').click(function () {
-            debugger;
             let file = $('#customFile')[0].files[0];
             if (!file) {
                 showUploadAlert(false, '请选择导入文件。');

+ 0 - 1
web/building_saas/pm/js/pm_newMain.js

@@ -3921,7 +3921,6 @@ function AddTender() {
 
         //let valuation = $("#valuation").val();
         let valuation = curValuation;   //跟建设项目一样的计价规则
-        debugger;
 
         let engineeringName = $("#tender-engineering").val();
         if (!engineeringName || engineeringName === '') {

+ 0 - 1
web/over_write/js/chongqing_2018_import.js

@@ -1606,7 +1606,6 @@ const importXML = (() => {
 
     //从xml文件中提取数据
     async function extractData(file, escape = false) {
-        debugger;
         //将二进制文件转换成字符串
         let xmlStr = await util.readAsTextSync(file);
         if (escape) {