Browse Source

【看板整合】【修改资源点store】

zhuth 8 years ago
parent
commit
bb1e84dc4a

+ 1 - 1
kanban-console/src/main/webapp/resources/app/store/resourcepoint.js

@@ -11,7 +11,7 @@ Ext.define('erp.store.resourcepoint',{
     listeners:{
     	load:function( store, operation, eOpts ){
 			store.insert(0,{
-				code: '',
+				code: 'all',
 				name: '非资源点看板',
 				templateCodes: null
 			});