|
|
|
@ -568,15 +568,7 @@ export default {
|
|
|
|
|
console.log(this.formName)
|
|
|
|
|
this.$refs["dataForm"].validate(valid => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
|
|
|
|
|
this.submitTemplate();
|
|
|
|
|
|
|
|
|
|
// if (!this.uploadDisabled) {
|
|
|
|
|
// this.$refs.uploadJasper.submit();
|
|
|
|
|
// this.$refs.uploadJrxml.submit();
|
|
|
|
|
// } else {
|
|
|
|
|
// this.submitTemplate();
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
@ -613,7 +605,7 @@ export default {
|
|
|
|
|
console.log(response)
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.formData.path = response.data.path;
|
|
|
|
|
this.submitTemplate();
|
|
|
|
|
// this.submitTemplate();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error("上传失败:" + response.message);
|
|
|
|
|
}
|
|
|
|
|