Commit f9cc2270 authored by levante's avatar levante

解决标签冲突

parents fafde06b 49983c5f
...@@ -111,6 +111,10 @@ ...@@ -111,6 +111,10 @@
"meta": { "title": "修改手机号", "menuPath": false, "menuIcon": "profile", "hideInBread": false } "meta": { "title": "修改手机号", "menuPath": false, "menuIcon": "profile", "hideInBread": false }
} }
] ]
},
{
"path": "/propertyScore/ScoreDisposeSet", "name": "scoreDisposeSet",
"meta": { "title": "评分权重配置", "menuPath": true, "menuIcon": "profile", "hideInBread": false}
} }
] ]
} }
......
...@@ -687,7 +687,6 @@ export default { ...@@ -687,7 +687,6 @@ export default {
}, },
resetFormFields() { resetFormFields() {
this.loopContent.data = [ { randomNum: Math.random(), serial: '新分组', relation: 'and', labelSelConditionList: [ {key: '', val: '', tableName: '', codition: 'eq', relation: '', randomNum: Math.random()} ] } ] this.loopContent.data = [ { randomNum: Math.random(), serial: '新分组', relation: 'and', labelSelConditionList: [ {key: '', val: '', tableName: '', codition: 'eq', relation: '', randomNum: Math.random()} ] } ]
this.resultList = [] this.resultList = []
this.labelForm.resetFields() this.labelForm.resetFields()
this.infoSettingForm.resetFields() this.infoSettingForm.resetFields()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment