diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue index da111f143..d79752675 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/historicalData.vue @@ -25,7 +25,7 @@ :maxlength="100"> - + { @@ -510,7 +521,7 @@ export default { }) window.open(routeUrl.href, '_blank') }, e => { - }) + })*/ }, getOrgTreeSource () { this.$http.get('sys/org/getTree', {}, {_this: this}, @@ -612,8 +623,9 @@ export default { // }) // }, treeClickSearch (treeId, treeNode) { - this.historySearch.responseUnit = treeNode.id + this.historySearch.responsibleUnit = treeNode.id this.historySearch.responseUnitShow = treeNode.name + this.$forceUpdate() }, // 点击清空按钮事件 clearAllSearch () { @@ -621,7 +633,8 @@ export default { standNumOrName: '', quesType: '', productName: '', - responseUnit: '' + responsibleUnit: '', + responseUnitShow:'' } this.getTableBtn() },