浏览代码

Merge branch 'master' of http://47.100.37.243:10080/ZHOU/yunsu

sunyadv 5 年之前
父节点
当前提交
a2afadd57b
共有 1 个文件被更改,包括 0 次插入21 次删除
  1. 0 21
      ys_vue/src/views/mold/moldList.vue

+ 0 - 21
ys_vue/src/views/mold/moldList.vue

@@ -211,27 +211,6 @@
                         type: "error"
                     });
                 });
-                //获取公司
-                // this.http.post( this.port.base.ownerComps, {
-                //     id: this.user.companyId
-                // },
-                // res => {
-                //     if (res.code == "ok") {
-                //         this.companys = res.data;
-                //     } else {
-                //         this.$message({
-                //             message: res.msg,
-                //             type: "error"
-                //         });
-                //     }
-                // },
-                // error => {
-                //     this.listLoading = false;
-                //     this.$message({
-                //         message: error,
-                //         type: "error"
-                //     });
-                // });
                 //新版获取公司
                 this.http.post(this.port.base.relationList, {
                     companyType: 1