mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
v1.9 优化保养检查项修改bug
This commit is contained in:
parent
ab44ac839b
commit
e9fa382b83
@ -88,18 +88,12 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
open(data) {
|
open(data) {
|
||||||
this.resetForm()
|
//this.resetForm()
|
||||||
if (data) {
|
if (data) {
|
||||||
this.form = {
|
this.form = { ...data }
|
||||||
...this.form,
|
this.form.titleValues = data.titleValues || []
|
||||||
titleId: data.titleId,
|
console.log(this.form, data)
|
||||||
itemId: data.itemId,
|
|
||||||
titleType: data.titleType,
|
|
||||||
itemTitle: data.itemTitle,
|
|
||||||
seq: data.seq,
|
|
||||||
titleValues: data.titleValues || [],
|
|
||||||
communityId: data.communityId
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
this.visible = true
|
this.visible = true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user