333
This commit is contained in:
parent
0482e7af25
commit
07d754a9cf
|
|
@ -52,7 +52,7 @@ export function getCamWorkrecord(id) {
|
|||
*/
|
||||
export function delCamWorkrecord(pid) {
|
||||
return request({
|
||||
url: 'business/CamWorkrecord/delete/' + pid,
|
||||
url: 'deleteworkrecord/' + pid,
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,11 +49,7 @@
|
|||
{{ $t('btn.edit') }}
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button type="danger" :disabled="multiple" v-hasPermi="['camworkrecord:delete']" plain icon="delete" @click="handleDelete">
|
||||
{{ $t('btn.delete') }}
|
||||
</el-button>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="download" @click="handleExport" v-hasPermi="['camworkrecord:export']"> 导出 </el-button>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user