|
@@ -122,7 +122,11 @@
|
|
|
:uploaderId="'certsId' + 'country'"
|
|
:uploaderId="'certsId' + 'country'"
|
|
|
:params="
|
|
:params="
|
|
|
shipInfos[currentIndex].code
|
|
shipInfos[currentIndex].code
|
|
|
- ? { ...updateParams, type: item.type }
|
|
|
|
|
|
|
+ ? {
|
|
|
|
|
+ ...updateParams,
|
|
|
|
|
+ shipCode: shipInfos[currentIndex].code,
|
|
|
|
|
+ type: item.type,
|
|
|
|
|
+ }
|
|
|
: addParams
|
|
: addParams
|
|
|
"
|
|
"
|
|
|
:actionUrl="
|
|
:actionUrl="
|
|
@@ -171,7 +175,6 @@ function initCerts(certs) {
|
|
|
console.log(certs);
|
|
console.log(certs);
|
|
|
}
|
|
}
|
|
|
let updateParams = ref({
|
|
let updateParams = ref({
|
|
|
- shipCode: props.shipInfos[currentIndex.value].code,
|
|
|
|
|
loginAccountId: localStorage.loginAccountId,
|
|
loginAccountId: localStorage.loginAccountId,
|
|
|
});
|
|
});
|
|
|
let addParams = ref({
|
|
let addParams = ref({
|