Quellcode durchsuchen

删除报告时提示修改,FTO对比任务’相同‘修改,协同任务表格内容未显示修复

zhuhao vor 2 Jahren
Ursprung
Commit
fee48897de

+ 1 - 1
RMS-FrontEnd/src/views/report/FTO/FTOPage/components/PatentFeatures.vue

@@ -206,7 +206,7 @@
         options: [
           {
             value: 1,
-            label: '相同'
+            label: '字面相同'
           }, {
             value: 3,
             label: '等同'

+ 1 - 1
RMS-FrontEnd/src/views/report/index.vue

@@ -605,7 +605,7 @@ export default {
           this.getList()
         }
       }).catch(error=>{
-        this.$message.success("删除报告失败")
+        this.$message.error("删除报告失败")
       })
     },
     handleFields(row) {

+ 2 - 2
RMS-FrontEnd/src/views/task/components/PatentViewField.js

@@ -7,9 +7,9 @@ export const PatentViewFieldJs = {
     }
   },
   mounted() {
-    if(!this.coordination){
+    // if(!this.coordination){
       this.getPatentViewField()
-    }
+    // }
     
   },
   methods: {