ws 1 anno fa
parent
commit
c3da6e6b3b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      chuanyi_client2/src/components/HeaderMain/index.vue

+ 1 - 1
chuanyi_client2/src/components/HeaderMain/index.vue

@@ -1546,7 +1546,7 @@ export default {
       let itemName = itemNames.reverse().join("!@");
       let dataSourceId = node.data.dataSourceId;
       this.queryParams.chooseItemStr = itemName;
-      this.isScreen = true;cd
+      this.isScreen = true;
       getNextAllItem(dataSourceId, itemName)
         .then((res) => {
           if (!res.data) {