代码更新

This commit is contained in:
2022-12-17 15:34:48 +08:00
parent dad20a4a99
commit feeddcb824
4 changed files with 17 additions and 19 deletions

View File

@@ -144,7 +144,7 @@ export default {
type: Boolean,
default: false
},
openParam: {
openParamMoney: {
type: Object
}
},
@@ -152,7 +152,7 @@ export default {
dialogShow: {
handler(newValue, oldValue) {
this.dialogVisible = newValue
this.formMst = this.openParam
this.formMst = this.openParamMoney
}
}
},