ocr识别正则提取
This commit is contained in:
@@ -528,12 +528,13 @@ export default {
|
||||
},
|
||||
handleAccessory(row) {
|
||||
this.accessoryOpen = true;
|
||||
this.accessory = row.accessory;
|
||||
this.form = row;
|
||||
this.accessory = row.attachmentInfo;
|
||||
},
|
||||
handleAccessorySuccess(fileList) {
|
||||
updatePurchasePlan({
|
||||
planId: this.accessory.planId,
|
||||
accessory: fileList.map(item => item.ossId).join(',')
|
||||
planId: this.form.planId,
|
||||
attachmentInfo: fileList.map(item => item.ossId).join(',')
|
||||
}).then(response => {
|
||||
this.$modal.msgSuccess("附件上传成功");
|
||||
this.getList();
|
||||
|
||||
Reference in New Issue
Block a user