BUG修改
This commit is contained in:
parent
61bb1291c2
commit
493151d9f0
|
@ -461,6 +461,7 @@
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
name: '部门数量(个)',
|
name: '部门数量(个)',
|
||||||
|
minInterval: 1,
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
height: '65%',
|
height: '65%',
|
||||||
|
|
|
@ -1190,6 +1190,7 @@
|
||||||
const re = /^[0-9\u4E00-\u9FA5]*$/
|
const re = /^[0-9\u4E00-\u9FA5]*$/
|
||||||
const getAppResources2 = () => {
|
const getAppResources2 = () => {
|
||||||
globalFlag.value = false
|
globalFlag.value = false
|
||||||
|
mybus.emit('changeRoomInput', searchValue.value)
|
||||||
if (
|
if (
|
||||||
whoShow1.value.itShowQingDao &&
|
whoShow1.value.itShowQingDao &&
|
||||||
paramsGetResources.type == '基础设施'
|
paramsGetResources.type == '基础设施'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue