This commit is contained in:
尖叫 2024-01-29 17:55:41 +08:00
parent f696ec9c09
commit ec97e85a00

View File

@ -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) {