@ -69,6 +69,7 @@ export default {
this.getData(code);
},
insConfirm(e) {
this.insList = []
this.getBarCode(e.target.value);
getData(code) {
@ -112,6 +113,8 @@ export default {
title: '上传中,请稍候'
});
res.tempFilePaths.forEach(filePath => {
console.log('file-----------',filePath)
console.log('options.baseURL------',options.baseURL)
uni.uploadFile({
url: options.baseURL + '/blade-resource/oss/endpoint/put-file-attach',
filePath: filePath,