licp
2024-06-28 e41c8ce514dffeb999d737ea8dbda30ab8b60aa0
src/components/do/b1-ins-order/add.vue
@@ -914,6 +914,7 @@
        this.selectUserDia = false
      },
      containsValue(str) {
        if(str){
        let symbolItem = ''
        this.symbolList.some(value =>{
          if(str.includes(value)){
@@ -922,6 +923,7 @@
          }
        })
        return symbolItem
        }
      },
      handleAsk(ask,symbolItem, value) {
        try{
@@ -1349,7 +1351,7 @@
        }
      },
      selectStandardTreeList() {
        this.$axios.get(this.$api.standardTree.selectStandardTreeList).then(res => {
        this.$axios.get(this.$api.standardTree.selectStandardTreeList2).then(res => {
          this.list = res.data
          this.list.forEach(a => {
            this.expandedKeys.push(a.label)