소스 검색

化验大小项搜索传参

zhangxc 6 년 전
부모
커밋
c204359627
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/icss/AddChemicalAndCommonMapping.vue

+ 2 - 0
src/components/icss/AddChemicalAndCommonMapping.vue

@@ -149,9 +149,11 @@ export default {
             if (type == 1) {
                 param.tagName = this.mealText
                 param.tagType = [7]
+                param.type = 5
             } else if (type == 2) {
                 param.tagName = this.itemText
                 param.tagType = [1]
+                param.type = 5
             }
             api.searchTagList(param).then((res) => {
                 if (res.data.code === '0') {