|
@@ -404,6 +404,16 @@ export default {
|
|
viewModule() {
|
|
viewModule() {
|
|
this.showView = 1;
|
|
this.showView = 1;
|
|
},
|
|
},
|
|
|
|
+ /* 更新变量 */
|
|
|
|
+ uptadeVariable(){
|
|
|
|
+ for (const item of this.coms) {
|
|
|
|
+ for (const el of item.attrs) {
|
|
|
|
+ if (el.type === "variable") {
|
|
|
|
+ console.log(el);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
/* 更新检索内容 */
|
|
/* 更新检索内容 */
|
|
async uptadeSearch() {
|
|
async uptadeSearch() {
|
|
for (const item of this.coms) {
|
|
for (const item of this.coms) {
|