|
@@ -35,7 +35,7 @@ var app = new Vue({
|
|
|
id: 0,
|
|
id: 0,
|
|
|
},
|
|
},
|
|
|
created: function () {
|
|
created: function () {
|
|
|
- this.getFileList();
|
|
|
|
|
|
|
+ //this.getFileList();
|
|
|
var printType = getParam('pt');
|
|
var printType = getParam('pt');
|
|
|
this.id = getParam('id');
|
|
this.id = getParam('id');
|
|
|
this.printType = printType ? printType : 1;
|
|
this.printType = printType ? printType : 1;
|