|
@@ -516,7 +516,8 @@ $(function () {
|
|
// const isSend = $(this).is(".send-flaw");
|
|
// const isSend = $(this).is(".send-flaw");
|
|
const flawItem = $(this).closest(".flaw-item");
|
|
const flawItem = $(this).closest(".flaw-item");
|
|
const i = flawItem.index();
|
|
const i = flawItem.index();
|
|
- const code = flawItem.attr("code");
|
|
|
|
|
|
+ // const code = flawItem.attr("code");
|
|
|
|
+ const code = $(this).attr("code");
|
|
const isEdit = $(this).is(".edit-flaw");
|
|
const isEdit = $(this).is(".edit-flaw");
|
|
const isSend = $(this).is(".send-flaw");
|
|
const isSend = $(this).is(".send-flaw");
|
|
console.log("global_activeTab:", global_activeTab);
|
|
console.log("global_activeTab:", global_activeTab);
|