浏览代码

化验大小项搜索传参

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') {