oyq28 1 year ago
parent
commit
8b93329e3a

BIN
imcs-ui/src/assets/logo.png


BIN
imcs-ui/src/assets/logo/logo.png


BIN
imcs-ui/src/assets/logo/logo.png,bak


BIN
imcs-ui/src/assets/logo/logo1.png


BIN
imcs-ui/src/assets/logo/logo1.png.bak


+ 4 - 4
imcs-ui/src/lang/zh/zh.js

@@ -105,15 +105,15 @@ export default {
 	      social: '第三方账号登录'
 	    },
 	    shuoming: {
-	    	title: '云箭智能车间系统',
-	    	tips: '保障中心平台'
+	    	title: '图南股份',
+	    	tips: '自动化平台'
 	    },
       shuoming2: {
-	    	title: '云箭智能车间系统',
+	    	title: '图南股份',
 	    	tips: '舱体线平台'
 	    },
       shuoming3: {
-	    	title: '云箭智能车间系统',
+	    	title: '图南股份',
 	    	tips: '框体线平台'
 	    }
   	},

+ 5 - 5
imcs-ui/src/views/zuihou/prepareProductMgr/technologyVersion/components/trayForm/components/Edit.vue

@@ -287,10 +287,10 @@ export default {
     },
     setTenant(val) {
       if (val) {
-        this.tenant = { ...val }        
-			  if(this.tenant.name){
+        this.tenant = { ...val }
+			  /*if(this.tenant.name){
 				  this.queryParams.model.name = this.tenant.name
-			  }        
+			  }*/
       }
       this.fetch(this.queryParams)
     },
@@ -409,7 +409,7 @@ export default {
     },
 
     // 夹具分页列表
-    fetch(params = {}) {      
+    fetch(params = {}) {
       this.loading = true;
       // 分页信息
       this.queryParams.current = params.current
@@ -420,7 +420,7 @@ export default {
       //this.queryParams.model.brand = this.brand;
       // 分类,【原材料】固定,查询原材,分类就是:04
       //this.queryParams.model.category = this.category;
-
+      console.log(this.queryParams)
       frocklApi
         .page(this.queryParams)
         .then((response) => {