|
@@ -697,10 +697,10 @@ export default {
|
|
|
oid: this.oid,
|
|
oid: this.oid,
|
|
|
},
|
|
},
|
|
|
];
|
|
];
|
|
|
- console.log(params, "batchRegistrationMoreCopyNew");
|
|
|
|
|
|
|
+ console.log(params, "batchRegistrationMoreCopyNewl");
|
|
|
// batchRegistrationMoreCopy
|
|
// batchRegistrationMoreCopy
|
|
|
this.ajax
|
|
this.ajax
|
|
|
- .post(this.$store.state.api + "batchRegistrationMoreCopyNew", params)
|
|
|
|
|
|
|
+ .post(this.$store.state.api + "batchRegistrationMoreCopyNewl", params)
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
console.log(res, "res");
|
|
console.log(res, "res");
|
|
|
if (res.data.type == 1) {
|
|
if (res.data.type == 1) {
|