Commit ca211d1d authored by 孙浩's avatar 孙浩

deleteIds参数

parent 90b3998b
......@@ -402,6 +402,7 @@ export default {
type: 'warning'
}).then(() => {
const query = {
deleteIds: row.businessId,
businessId: row.businessId,
operTime: moment(row.operTime).format('YYYY-MM')
}
......
......@@ -291,6 +291,7 @@ export default {
type: 'warning'
}).then(() => {
const query = {
deleteIds: row.businessId,
businessId: row.businessId,
loginTime: moment(row.loginTime).format('YYYY-MM')
}
......
......@@ -446,6 +446,7 @@ export default {
type: 'warning'
}).then(() => {
const query = {
deleteIds: row.businessId,
businessId: row.businessId,
operTime: moment(row.operTime).format('YYYY-MM')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment