xiaodai2022 2 years ago
parent
commit
7d202e8707
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/goodStore/goodsOnline/index.vue

+ 2 - 2
src/views/goodStore/goodsOnline/index.vue

@@ -165,7 +165,7 @@
                   <el-option label="业务企业编号" value="5" />
                   <el-option label="平台商品编号" value="6" />
                   <el-option label="创建人" value="7" /> 
-                  <el-option label="创建人部门" value="8" /> 
+                  <el-option label="创建人部门" value="9" /> 
                   </el-select
               ></el-input>
             </el-col>
@@ -824,7 +824,7 @@ export default {
       // model.exam_status = this.select === "1" ? this.sinput : ""; //审核状态
       model.plat_code = this.select === "6" ? this.sinput : ""; //平台商品编号
       model.creater = this.select === "7" ? this.sinput : ""; //
-      model.company_name = this.select === "8" ? this.sinput : ""; // 部门
+      model.company_name = this.select === "9" ? this.sinput : ""; // 部门
       const res = await asyncRequest.list(model);
       if (res && res.code === 0 && res.data) {
         this.tableData = res.data.list;