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" v-model="form.valueType"
:placeholder="$t('paramDialog.valueTypePlaceholder')" :placeholder="$t('paramDialog.valueTypePlaceholder')"
class="custom-select" class="custom-select"
@change="handleValueTypeChange"
> >
<el-option <el-option
v-for="item in valueTypeOptions" v-for="item in valueTypeOptions"
@@ -115,11 +114,6 @@ export default {
}; };
}, },
methods: { methods: {
handleValueTypeChange(value) {
if (value === 'json') {
}
},
submit() { submit() {
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {
if (valid) { if (valid) {