|
|
@@ -64,12 +64,7 @@ export default {
|
|
|
watch: {
|
|
|
control: function (newVal) {
|
|
|
if (newVal) {
|
|
|
- let names = [];
|
|
|
- const keys = Object.keys(newVal.function).sort();
|
|
|
- for (const key of keys) {
|
|
|
- names.push(key);
|
|
|
- }
|
|
|
- this.list = this.__proto__.getControlItem(names, newVal, {
|
|
|
+ this.list = this.__proto__.getControlItem(newVal.function_sequence, newVal, {
|
|
|
安装位置: "radio",
|
|
|
第二域名: "string",
|
|
|
});
|