|
|
@ -140,7 +140,7 @@ export default { |
|
|
|
"JIT_ShipOrder-CreateTime", |
|
|
|
], |
|
|
|
// 遮罩层 |
|
|
|
loading: true, |
|
|
|
loading: false, |
|
|
|
// 总条数 |
|
|
|
total: 0, |
|
|
|
// 查询参数 |
|
|
@ -201,6 +201,7 @@ export default { |
|
|
|
}, |
|
|
|
// 上传文件预览 |
|
|
|
previewUpload(file) { |
|
|
|
this.uploadLoading = false |
|
|
|
this.excle = file.target.files[0] |
|
|
|
const uploadData = new FormData() |
|
|
|
uploadData.append('upload', this.excle) |
|
|
|