1
This commit is contained in:
parent
f696ec9c09
commit
ec97e85a00
@ -147,7 +147,7 @@ $status = \Yii::$app->request->get('status');
|
||||
return layui.util.toDateString(d.create_time * 1000, 'yyyy-MM-dd HH:mm:ss');
|
||||
}
|
||||
},
|
||||
{title: '操作', fixed: 'right', toolbar: '#rowBarTpl',width: 150}
|
||||
{title: '操作', fixed: 'right', toolbar: '#rowBarTpl', width: 220}
|
||||
]
|
||||
]
|
||||
, url: '<?=\Yii::$app->urlManager->createUrl(['admin/signing/index'])?>'
|
||||
@ -174,7 +174,7 @@ $status = \Yii::$app->request->get('status');
|
||||
|
||||
}, function () {
|
||||
var reason = $('#tuihuan').val();
|
||||
if (reason == ''){
|
||||
if (reason == '') {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -183,7 +183,7 @@ $status = \Yii::$app->request->get('status');
|
||||
dataType: "json",
|
||||
data: {
|
||||
id: obj.data.id,
|
||||
reason:reason,
|
||||
reason: reason,
|
||||
_csrf: _csrf
|
||||
},
|
||||
success: function (res) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user