+
+
+
+
@@ -232,7 +237,8 @@ export default {
disabled: false,
type: 'textarea'
},
- { name: 'detectBtn', type: 'slot' }
+ { name: 'detectBtn', type: 'slot' },
+ { name: 'footer', type: 'slot' }
],
addRow: {
// [通用]-保存用户新增、编辑时数据
@@ -274,6 +280,9 @@ export default {
this.detectConfig.addRow.name = rowData.name
this.$root.JQ('#detect_Modal').modal('show')
},
+ detectConfigCancel () {
+ this.$root.JQ('#detect_Modal').modal('hide')
+ },
async exectDetect () {
this.exectPageConfig.table.tableData = []
const params = {
diff --git a/ui/src/pages/plugin-params.vue b/ui/src/pages/plugin-params.vue
index fdfb8c2..c84dab5 100644
--- a/ui/src/pages/plugin-params.vue
+++ b/ui/src/pages/plugin-params.vue
@@ -7,9 +7,9 @@