Преглед на файлове

fix: 去除http数据集在进入编辑页面就执行脚本的情况

wu.jian2 преди 1 година
родител
ревизия
3d8e2194e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue

@@ -885,7 +885,7 @@ export default {
           this.newParamsList = cloneDeep(paramsList)
           this.codemirrorOption.mode = this.dataForm.config.requestType === 'frontend' ? 'text/javascript' : 'text/x-groovy'
           // this.replaceParams(paramsList)
-          this.scriptExecute(true)
+          // this.scriptExecute(true)
         })
       }
     },