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