style: 去除打印

This commit is contained in:
@changcode
2021-10-27 17:53:58 +08:00
parent b93a586d79
commit 941eeb186b
3 changed files with 1 additions and 8 deletions

View File

@@ -43,14 +43,11 @@ export default {
this.$refs.clickSearch && this.$refs.clickSearch.needMore()
this.$refs[dataList].$refs.searchInput.sreach_num = 0
this.$refs[dataList].$refs.searchInput.select_list = []
console.log(this.searchMsg.searchLabelList)
this.searchMsg.searchLabelList.forEach(searchLabel => {
if (this.searchLabel[searchLabel.label]) {
let val = this.searchLabel[searchLabel.label]
console.log(val)
if (searchLabel.label === 'projectIds') {
const project = this.$refs.dataList.$refs.searchInput.projectSelect.find(project => val == project.id || val == project.name)
console.log(project)
val = project.name
const valnum = project.id
this.$refs[dataList].$refs.searchInput.select_list.push({