This commit is contained in:
parent
06987849ea
commit
50cdc73f60
|
|
@ -194,7 +194,7 @@
|
|||
done: function (res) {
|
||||
var tableView = this.elem.next();
|
||||
layui.each(res.data, function (i, item1) {
|
||||
if (item.isApprove == '1') { // Condition to make the row non-editable
|
||||
if (item1.isApprove == '1') { // Condition to make the row non-editable
|
||||
|
||||
}
|
||||
var cols = tableView.find('tr[data-index=' + i + ']').find('td');
|
||||
|
|
|
|||
Loading…
Reference in New Issue