@@ -243,7 +243,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.$api.removeQuartzCondition(ids).then(response=>{
+ this.$api.removeQuartzCondition({ids:ids}).then(response=>{
if(response.code == 200){
this.$message.success('删除成功')
this.getUpdateCriteria()