Commit 5f3c8e2d authored by 李苏's avatar 李苏 💬

双向绑定失效

parent f03d4277
...@@ -578,6 +578,8 @@ ...@@ -578,6 +578,8 @@
if(data.gnwzname){ if(data.gnwzname){
data.isqtgnwz='Y' data.isqtgnwz='Y'
} }
/* 重新双向绑定*/
this.$set(this,'form',_.cloneDeep(data))
this.$post('yhlywpc/uywxx/attachment/list', { this.$post('yhlywpc/uywxx/attachment/list', {
groupid: data.id, groupid: data.id,
}).then(res => { }).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment