This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-29 10:03:22 +08:00
parent ce472690ba
commit e7f36da973
@@ -145,6 +145,7 @@ export default {
watch: {
value (val) {
this.tagList = val !== '' && val !== null ? val.split(',') : []
// 把日期的时分秒去掉
this.tagList=this.tagList.map((item)=>item.substring(0,10))
},
tagList: {