|
|
@@ -299,6 +299,7 @@
|
|
|
import axios from '@/utils/request'
|
|
|
import { getHolding3Edit } from '../../apis/holding3'
|
|
|
import {
|
|
|
+ holdingAdd,
|
|
|
getGoodsNumType,
|
|
|
getGoodsType,
|
|
|
detailsById,
|
|
|
@@ -468,7 +469,7 @@ export default {
|
|
|
// { name: '666.png', url: '666' }
|
|
|
},
|
|
|
// 上传附件
|
|
|
- successFujian (file) {
|
|
|
+ async successFujian (file) {
|
|
|
// 上传成功
|
|
|
// console.log(666666, this.ruleForm.fileIds)
|
|
|
if (file.code === 0) {
|
|
|
@@ -482,6 +483,7 @@ export default {
|
|
|
// const c = myDate.getDate()
|
|
|
// console.log(999, a, b + 1, c)
|
|
|
this.tableData.push({ name: file.data.fileName, updateTime: file.timestamp.slice(0, 10), filePath: file.data.filePath, type: this.affixVal })
|
|
|
+ await holdingAdd(this.ruleForm)
|
|
|
}
|
|
|
},
|
|
|
handleRemove (file) {
|