项目群层级筛选 51811
This commit is contained in:
@@ -644,6 +644,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
optionsChange(){
|
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.$http.post("sarStandProjectLibrary/querySelect", {
|
||||||
...this.projectSearch
|
...this.projectSearch
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -883,6 +883,9 @@ export default {
|
|||||||
/**
|
/**
|
||||||
* 获取项目群筛选项的值
|
* 获取项目群筛选项的值
|
||||||
*/
|
*/
|
||||||
|
this.managementHostName = [] //管理主体名称下拉框
|
||||||
|
this.developmentHostName = [] //开发主体名称下拉框
|
||||||
|
this.categoryName = [] //项目细分类下拉框
|
||||||
this.$http.post("sarStandProjectLibrary/querySelect", {
|
this.$http.post("sarStandProjectLibrary/querySelect", {
|
||||||
...this.projectSearch
|
...this.projectSearch
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user