BUG修改
This commit is contained in:
parent
f8ff6805c1
commit
11a959022c
|
@ -1195,11 +1195,16 @@
|
||||||
arr.sort((a, b) => {
|
arr.sort((a, b) => {
|
||||||
return sortArr.indexOf(a) - sortArr.indexOf(b)
|
return sortArr.indexOf(a) - sortArr.indexOf(b)
|
||||||
})
|
})
|
||||||
console.log('arr', arr)
|
console.log('arr', arr, Cardsname.value)
|
||||||
if (Cardsname.value === arr[0]) {
|
// if (Cardsname.value === arr[0]) {
|
||||||
getAppResources2()
|
// getAppResources2()
|
||||||
} else {
|
// } else {
|
||||||
|
// changeCards(arr[0])
|
||||||
|
// }
|
||||||
|
if (arr[0]) {
|
||||||
changeCards(arr[0])
|
changeCards(arr[0])
|
||||||
|
} else {
|
||||||
|
changeCards('应用资源')
|
||||||
}
|
}
|
||||||
if (!mapFlag) {
|
if (!mapFlag) {
|
||||||
return
|
return
|
||||||
|
|
|
@ -376,6 +376,7 @@
|
||||||
|
|
||||||
// 选择类型
|
// 选择类型
|
||||||
const changeType = (item, index) => {
|
const changeType = (item, index) => {
|
||||||
|
contentList.data = []
|
||||||
formState.value.name = ''
|
formState.value.name = ''
|
||||||
console.log('item, index-----选择类型------->', item, index)
|
console.log('item, index-----选择类型------->', item, index)
|
||||||
numFlag.value = true
|
numFlag.value = true
|
||||||
|
|
Loading…
Reference in New Issue