* Modify param name.

This commit is contained in:
caoyanyi
2022-07-12 09:51:36 +08:00
parent e5ffd04c34
commit 8e2c831722
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ $.zui.Picker.DEFAULTS.onChange = function(event)
}
/**
* Save team members.
* Save branch priv.
*
* @access public
* @return void
@@ -67,6 +67,6 @@ function addItem(obj)
*/
function deleteItem(obj)
{
if($('#teamForm .table-form tbody').children().length < 2) return false;
if($('#privForm .table-form tbody').children().length < 2) return false;
$(obj).closest('tr').remove();
}
+2 -2
View File
@@ -19,7 +19,7 @@ $.zui.Picker.DEFAULTS.onChange = function(event)
}
/**
* Save team members.
* Save tag priv.
*
* @access public
* @return void
@@ -67,6 +67,6 @@ function addItem(obj)
*/
function deleteItem(obj)
{
if($('#teamForm .table-form tbody').children().length < 2) return false;
if($('#privForm .table-form tbody').children().length < 2) return false;
$(obj).closest('tr').remove();
}
+1 -1
View File
@@ -7,7 +7,7 @@
</div>
</div>
<div id='mainContent' class='main-content'>
<form class='main-form form-ajax' method='post' id='teamForm'>
<form class='main-form form-ajax' method='post' id='privForm'>
<table class='table table-form'>
<thead>
<tr class='text-center'>
+1 -1
View File
@@ -7,7 +7,7 @@
</div>
</div>
<div id='mainContent' class='main-content'>
<form class='main-form form-ajax' method='post' id='teamForm'>
<form class='main-form form-ajax' method='post' id='privForm'>
<table class='table table-form'>
<thead>
<tr class='text-center'>