提交app
This commit is contained in:
@@ -228,8 +228,8 @@ export default {
|
||||
|
||||
// 在线
|
||||
.zx-tag {
|
||||
background-color: #67c23a20;
|
||||
color: #67c23a;
|
||||
background-color: #10b98120;
|
||||
color: #10b981;
|
||||
}
|
||||
.lx-tag {
|
||||
background-color: #ff3b3020;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
class="uni-input"
|
||||
radius="5"
|
||||
placeholder="请输入关键字搜索"
|
||||
clearButton="none"
|
||||
clearButton="none"
|
||||
@input="input"
|
||||
/>
|
||||
|
||||
@@ -212,6 +212,12 @@ export default {
|
||||
}
|
||||
})
|
||||
this._hide()
|
||||
console.log('🚀 ~ rt:', rt)
|
||||
|
||||
if (rt.length == 0) return
|
||||
if (this.singleChoice) {
|
||||
if (rt[0].rank != 3) return
|
||||
}
|
||||
this.$emit('confirm', rt)
|
||||
},
|
||||
//扁平化树结构
|
||||
|
||||
Reference in New Issue
Block a user