标准入库流程手机端调整,预警去除按钮,详情增加性质
This commit is contained in:
@@ -144,7 +144,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
value (val) {
|
||||
this.tagList = val !== '' && val !== null ? val.split(',') : []
|
||||
this.tagList = val !== '' && val !== null && val !== undefined? val.split(',') : []
|
||||
// 把日期的时分秒去掉
|
||||
this.tagList=this.tagList.map((item)=>item.substring(0,10))
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user