|
@@ -2107,6 +2107,7 @@ export default {
|
|
|
topBtnHandler(btnData) {
|
|
|
let { btnType, btnParams, btnFormType } = btnData;
|
|
|
let row = this.selection[0] || [];
|
|
|
+ this.formType = btnFormType;
|
|
|
this.currentBtnData = btnData;
|
|
|
this.currentRow = JSON.parse(JSON.stringify(row));
|
|
|
// 无表单
|