项目清单确认流程日期回显

This commit is contained in:
宋伟佳
2021-12-09 14:15:27 +08:00
parent 77dd6a9f7d
commit 4b4fce673b
@@ -867,6 +867,7 @@ export default {
},
//动态表单读取
getFormFieldList(item) {
console.log(item);
this.$nextTick(() => {
if(item.form === undefined){
this.qdform = JSON.parse(JSON.stringify(item));
@@ -911,6 +912,8 @@ export default {
if(item.zrbm === '[]'){
item.zrbm = ''
}
this.$set(item, 'zccssrq', item.zccssrqgj)
this.$set(item, 'xcxssrq', item.xcxssrqgj)
})
});
},