From 863615c6f834e50e421d83366d0fd7ce9f2aee3c Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Wed, 19 Nov 2025 11:24:31 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84co?=
=?UTF-8?q?nsole.log=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
modules/bmw/src/main/resources/static/js/select.js | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/modules/bmw/src/main/resources/static/js/select.js b/modules/bmw/src/main/resources/static/js/select.js
index e75de75..0e48f7c 100644
--- a/modules/bmw/src/main/resources/static/js/select.js
+++ b/modules/bmw/src/main/resources/static/js/select.js
@@ -51,7 +51,6 @@ function getProBySubId(subId,proId) {
},
async: false,
success: function (data) {
- console.log("获取工程下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -84,7 +83,6 @@ function getNation(nation) {
},
async: false,
success: function (data) {
- console.log("获取工程下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -117,7 +115,6 @@ function getSubByProId(proId, subId) {
},
async: false,
success: function (data) {
- console.log("获取分包下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -713,7 +710,6 @@ function getSub(subId) {
url: systemPath + '/select/getSub',
async: false,
success: function (data) {
- console.log("获取分包下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -741,7 +737,6 @@ function getCerSub(subId) {
url: systemPath + '/select/getCerSub',
async: false,
success: function (data) {
- console.log("获取分包下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -807,7 +802,6 @@ function getProBySubContract(proId,subContractId) {
subContractId: subContractId
},
success: function (data) {
- console.log("获取分包下拉列表OK");
if(data.code == 200){
let html = '';
let resultObj = data.data;
@@ -831,7 +825,6 @@ function getCertificate(certificateId) {
url: systemPath + '/select/getCertificate',
async: false,
success: function (data) {
- console.log("获取证件下拉列表OK");
if(data.code == 200){
var html = ''
for (let i = 0; i < data.data.length; i++) {
@@ -864,7 +857,6 @@ function getTDict(id, type, key) {
},
async: false,
success: function (data) {
- console.log("获取证件下拉列表OK");
if(data.code == 200){
var html = ''
for (let i = 0; i < data.data.length; i++) {
@@ -893,7 +885,6 @@ function getCertificateSub() {
url: systemPath + '/select/getCertificateSub',
async: false,
success: function (data) {
- console.log("获取证件下拉列表OK");
if(data.code == 200){
var html = ''
html += '';
@@ -993,7 +984,6 @@ function setOption(id,resultObj,html) {
* 获取风险库下拉框
* */
function getRiskSelect(type,id) {
- console.log(type,id);
$("#"+id).empty();
$.ajax({
type: 'post',