|
@@ -144,6 +144,7 @@
|
|
|
return {
|
|
|
description: '材料请购单页面',
|
|
|
queryParam:{},
|
|
|
+ disableMixinCreated:'1',
|
|
|
selectedRowKeys:[],
|
|
|
selectedRows:[],
|
|
|
documentData:[],
|
|
@@ -264,9 +265,9 @@
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- importExcelUrl: function(){
|
|
|
- return `${window._CONFIG['domianURL']}/${this.importExcelUrl}`;
|
|
|
- },
|
|
|
+ // importExcelUrl: function(){
|
|
|
+ // return `${window._CONFIG['domianURL']}/${this.importExcelUrl}`;
|
|
|
+ // },
|
|
|
},
|
|
|
|
|
|
created () {
|