mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
update: 参数弹窗去掉多余代码
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user