保存下拉选格式修改

This commit is contained in:
zyx.net
2022-08-03 17:44:38 +08:00
parent e047e254f0
commit 40fae067e3
2 changed files with 7 additions and 7 deletions
@@ -634,12 +634,12 @@
uploadFileChangeDown
},
mounted() {
// this.detailDate.list.forEach((item) => {
// if (item.type === 'pull_more') {
// item.dataValue = []
// }
// // this.detailDatetransformation.push(item)
// })
this.detailDate.list.forEach((item) => {
if (item.type === 'pull_more') {
console.log(item.dataValue)
}
// this.detailDatetransformation.push(item)
})
},
methods: {
onInput(r) {