标准入库流程手机端调整,预警去除按钮,详情增加性质

This commit is contained in:
shenyanpei
2022-01-04 15:01:13 +08:00
parent ee2f66e055
commit 8ab51f3f04
5 changed files with 520 additions and 546 deletions
@@ -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))
},