Commit f7bc0602 by huangqy

1111

parent 2e4e1516
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -146,8 +146,13 @@ export default { ...@@ -146,8 +146,13 @@ export default {
this.getData() this.getData()
}, },
editClick(row) { editClick(row) {
const obj = JSON.parse(JSON.stringify(row)) // const obj = JSON.parse(JSON.stringify(row))
this.formData = obj this.formData = {
rulePolicy: row.rulePolicy,
inModelPolicy: row.inModelPolicy,
numberLimit: row.numberLimit,
amount: row.amount
}
this.dialogVisible = true this.dialogVisible = true
}, },
subFormData() { subFormData() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论