zhuliu 1 year ago
parent
commit
dd6ce30b6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/project/components/updateCriteria/updateCriteria.vue

+ 1 - 1
src/views/project/components/updateCriteria/updateCriteria.vue

@@ -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()