@@ -206,7 +206,7 @@
options: [
{
value: 1,
- label: '相同'
+ label: '字面相同'
}, {
value: 3,
label: '等同'
@@ -605,7 +605,7 @@ export default {
this.getList()
}
}).catch(error=>{
- this.$message.success("删除报告失败")
+ this.$message.error("删除报告失败")
})
},
handleFields(row) {
@@ -7,9 +7,9 @@ export const PatentViewFieldJs = {
mounted() {
- if(!this.coordination){
+ // if(!this.coordination){
this.getPatentViewField()
- }
+ // }
methods: {