|
@@ -486,6 +486,7 @@ export default {
|
|
let httpType = `application/zip`;
|
|
let httpType = `application/zip`;
|
|
let model = JSON.parse(JSON.stringify(this.parmValue));
|
|
let model = JSON.parse(JSON.stringify(this.parmValue));
|
|
delete model["s_input"];
|
|
delete model["s_input"];
|
|
|
|
+ delete model["use_type"];
|
|
|
|
|
|
axios({
|
|
axios({
|
|
method: "post",
|
|
method: "post",
|