Merge branch 'develop' into FOTON

This commit is contained in:
Superman_Main
2021-11-29 22:24:41 +08:00
23 changed files with 4179 additions and 4201 deletions
@@ -145,9 +145,8 @@ export default {
watch: {
value (val) {
this.tagList = val !== '' && val !== null ? val.split(',') : []
// 把日期的时分秒去掉
this.tagList=this.tagList.map((item)=>item.substring(0,10))
console.log("this.tagList",this.tagList);
},
tagList: {
handler (val) {