* Finish task #41720.

This commit is contained in:
tianshujie98
2021-08-23 14:03:55 +08:00
parent 08fb9b5cc3
commit fa8a1accd1
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -60,6 +60,9 @@ $(function()
})
if(copyExecutionID != 0) $('#teams').change();
var acl = $("[name^='acl']:checked").val();
setWhite(acl);
});
function showLifeTimeTips()
+3
View File
@@ -22,6 +22,9 @@ $(function()
}
$('[data-toggle="popover"]').popover();
var acl = $("[name^='acl']:checked").val();
setWhite(acl);
});
/**