...
|
...
|
@@ -87,7 +87,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
});
|
|
|
function init(){
|
|
|
var status = $("input[name='row[audit]']").filter(':checked').val();
|
|
|
if(status == 2){
|
|
|
if(status == 2 || status == 1){
|
|
|
$('.xian').show();
|
|
|
}else{
|
|
|
$('.xian').hide();
|
...
|
...
|
|