指标分类 添加 搜索信息
This commit is contained in:
parent
3c6b50df1f
commit
00df0b006b
@ -377,6 +377,9 @@ export default {
|
|||||||
if (type !== -1) {
|
if (type !== -1) {
|
||||||
para['type'] = type
|
para['type'] = type
|
||||||
}
|
}
|
||||||
|
if (!this.$isStringEmpty(this.queryData.name)) {
|
||||||
|
para['name'] = this.queryData.name
|
||||||
|
}
|
||||||
apiGetIndicatorLibraryStatistical(para).then(res => {
|
apiGetIndicatorLibraryStatistical(para).then(res => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.tableMenuData = res.data.map(item => {
|
this.tableMenuData = res.data.map(item => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user