|
|
|
@ -305,7 +305,7 @@ export default { |
|
|
|
const params = { |
|
|
|
//reply:回复,content:复核 |
|
|
|
type: this.templateFillType == 'actFill' ? "reply" : "content", |
|
|
|
newRecord: record, |
|
|
|
newRecord: [record], |
|
|
|
resourceList: this.getFhyjjl(), |
|
|
|
} |
|
|
|
// 触发回复记录事件 |
|
|
|
@ -467,7 +467,7 @@ export default { |
|
|
|
|
|
|
|
const params = { |
|
|
|
type: "fieldChanged", |
|
|
|
newRecord: record, |
|
|
|
newRecord: [record], |
|
|
|
resourceList: this.getZdxgjl(), |
|
|
|
} |
|
|
|
//用户输入密码并点击确定,保存修改 |
|
|
|
|