|
|
@@ -20,7 +20,7 @@ class CpController extends BaseController
|
|
|
$search = $get['search'] ?? '';
|
|
|
$mainId = $this->mainId ?? 0;
|
|
|
$where = [];
|
|
|
- $requestType = $get['del'] ?? 'cp';
|
|
|
+ $requestType = $get['requestType'] ?? 'cp';
|
|
|
$where['mainId'] = $mainId;
|
|
|
if ($requestType == 'cp') {
|
|
|
$where['delStatus'] = 0;
|