|
@@ -1216,10 +1216,11 @@ export default {
|
|
|
projectId:this.projectId,
|
|
|
ifSecondInvalid:true
|
|
|
}
|
|
|
- this.$api.updateIfSecondInvalid(params).then(response=>{
|
|
|
+ this.$api.updateIfSecondInvalid(params).then(async response=>{
|
|
|
if(response.code == 200){
|
|
|
this.$message.success('添加成功')
|
|
|
this.$emit('refreshData',true)
|
|
|
+ await getColumnList()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
|
|