feat : panel 的时间保留

This commit is contained in:
zhangyu
2021-12-23 20:22:40 +08:00
parent df7cdd72f4
commit 4403efc640
4 changed files with 39 additions and 13 deletions

View File

@@ -12,6 +12,9 @@ export default {
if (qv && val.type == 'array') {
qv = qv.split(',')
}
if (qv && val.type == 'jsonParse') {
qv = JSON.parse(qv)
}
setTimeout(() => {
this.setSearchInput(val, qv)
if (qv && val.type2 == 'array') {