Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -644,6 +644,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
optionsChange(){
|
||||
this.managementHostName = [] //管理主体名称下拉框
|
||||
this.developmentHostName = [] //开发主体名称下拉框
|
||||
this.categoryName = [] //项目细分类下拉框
|
||||
/**
|
||||
* 获取项目群筛选项的值
|
||||
*/
|
||||
|
||||
@@ -538,6 +538,9 @@ export default {
|
||||
/**
|
||||
* 获取项目群筛选项的值
|
||||
*/
|
||||
this.managementHostName = [] //管理主体名称下拉框
|
||||
this.developmentHostName = [] //开发主体名称下拉框
|
||||
this.categoryName = [] //项目细分类下拉框
|
||||
this.$http.post("sarStandProjectLibrary/querySelect", {
|
||||
...this.projectSearch
|
||||
}, {
|
||||
|
||||
@@ -883,6 +883,9 @@ export default {
|
||||
/**
|
||||
* 获取项目群筛选项的值
|
||||
*/
|
||||
this.managementHostName = [] //管理主体名称下拉框
|
||||
this.developmentHostName = [] //开发主体名称下拉框
|
||||
this.categoryName = [] //项目细分类下拉框
|
||||
this.$http.post("sarStandProjectLibrary/querySelect", {
|
||||
...this.projectSearch
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user