|
|
@@ -8,6 +8,7 @@ export default {
|
|
|
emitEventHandler(actionKey, args) {
|
|
|
const action = args && args.attributes ? args.attributes.button_type || actionKey : actionKey
|
|
|
this.actionName = actionKey
|
|
|
+ // console.log(actionKey,'货币慧慧68687')
|
|
|
switch (action) {
|
|
|
case 'close': // 关闭窗口
|
|
|
this.closeDialog()
|
|
|
@@ -22,6 +23,10 @@ export default {
|
|
|
this.handleStartFlowFrom(args && args.attributes ? args.attributes.deflow : '')
|
|
|
break
|
|
|
case 'custom':
|
|
|
+ if(this.actionName == 'dingDanKaiLizanCun'){
|
|
|
+ this.handleSave()
|
|
|
+ break
|
|
|
+ }
|
|
|
default:
|
|
|
break
|
|
|
}
|
|
|
@@ -92,6 +97,7 @@ export default {
|
|
|
// 保存
|
|
|
handleSave() {
|
|
|
// 验证表单是否正确
|
|
|
+ // console.log('认为非我方2131321')
|
|
|
this.validate(valid => {
|
|
|
if (valid) {
|
|
|
// 表单提交校验
|