update: 参数弹窗去掉多余代码

This commit is contained in:
zhuoqinglian
2026-03-17 16:08:36 +08:00
parent 3bdf634e37
commit 2e165747d6
@@ -22,7 +22,6 @@
v-model="form.valueType"
:placeholder="$t('paramDialog.valueTypePlaceholder')"
class="custom-select"
@change="handleValueTypeChange"
>
<el-option
v-for="item in valueTypeOptions"
@@ -115,11 +114,6 @@ export default {
};
},
methods: {
handleValueTypeChange(value) {
if (value === 'json') {
}
},
submit() {
this.$refs.form.validate((valid) => {
if (valid) {