|
@@ -868,7 +868,11 @@ export default {
|
|
|
this.$message.error("当前按钮未绑定表单!");
|
|
|
return;
|
|
|
}
|
|
|
- if (btnGroupType == "top" && !res.data.dfVueTemplate) {
|
|
|
+ if (
|
|
|
+ btnGroupType == "top" &&
|
|
|
+ !res.data.dfVueTemplate &&
|
|
|
+ !res.data.mainForm
|
|
|
+ ) {
|
|
|
//顶部判定逻辑
|
|
|
this.$message.error("当前按钮未绑定表单!");
|
|
|
return;
|