ソースを参照

添加第二次无效证据时刷新显示栏位管理

zhuliu 1 年間 前
コミット
254ab6b240

+ 2 - 2
src/views/project/patentDetails/components/patentMessage/history/InvalidHistory.vue

@@ -14,7 +14,7 @@
                         <span>{{scope.row.invalidCaseNum}}</span>
                     </template>
                 </el-table-column>
-                <el-table-column label="无效请人" prop="invalidApplicant" align="center">
+                <el-table-column label="无效请人" prop="invalidApplicant" align="center">
                     <template slot-scope="scope">
                         <span>{{scope.row.invalidApplicant}}</span>
                     </template>
@@ -84,7 +84,7 @@ export default {
                 },
                 {
                     field:'invalidApplicant',
-                    label:'无效请人',
+                    label:'无效请人',
                     components:'el-input',
                     type:'text'
                 },

+ 2 - 1
src/views/report/InvalidResponse/components/reasonsAndEvidence/reasonsAndEvidence.vue

@@ -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=>{