From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/js/projectShow3.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/projectShow3.js b/src/main/webapp/static/js/projectShow3.js
index 60f42bc..e6af8b0 100644
--- a/src/main/webapp/static/js/projectShow3.js
+++ b/src/main/webapp/static/js/projectShow3.js
@@ -1,7 +1,6 @@
$(document).on("dblclick",".row",function(){
var index = $(".row").index(this) // 纭畾鍦ㄨ〃鏍间腑鐨勭鍑犺
- console.log('this:'+this,'index:'+index)
var rowName = $(this).children(".projects").html() // 褰撳墠琛屼腑绫诲悕涓簆rojects鐨勭被涓殑鏂囧瓧
var project = data[index] // 鎶奷ata涓殑绗琲ndex涓」鐩� 璧嬪�肩粰project
if(project.projectName==rowName){
--
Gitblit v1.9.1