zhuliu 1 년 전
부모
커밋
dd6ce30b6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()