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