|  | @@ -164,9 +164,9 @@ export default {
 | 
	
		
			
				|  |  |              if (!this.form.id) {
 | 
	
		
			
				|  |  |                //添加成功后默认启用
 | 
	
		
			
				|  |  |                let data = this.form
 | 
	
		
			
				|  |  | -              editenable({ id: res.data.data.id, enableOrNot: data.enableOrNot ? 0 : 1 }).then(res => {
 | 
	
		
			
				|  |  | -                this.$set(this.form, 'enableOrNot', data.enableOrNot == 1 ? 0 : 1)
 | 
	
		
			
				|  |  | -              })
 | 
	
		
			
				|  |  | +              // editenable({ id: res.data.data.id, enableOrNot: data.enableOrNot ? 0 : 1 }).then(res => {
 | 
	
		
			
				|  |  | +              //   this.$set(this.form, 'enableOrNot', data.enableOrNot == 1 ? 0 : 1)
 | 
	
		
			
				|  |  | +              // })
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }).finally(() => {
 | 
	
		
			
				|  |  |              loading.close()
 |