@ -17,6 +17,6 @@ export const interlocking = (data) => {
return request({
url: '/blade-desk/sjWorkOrder/interlocking',
method: 'post',
data,
params:data,
});
};
@ -506,7 +506,7 @@ export default {
cancelButtonText: '取消',
type: 'warning',
}).then(() => {
let ids= this.selectionList.map(item => item.id);
let ids= this.selectionList.map(item => item.woId);
let query = {
woIds:ids.join(','),