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