Browse Source

更新优化

lex 2 years ago
parent
commit
4673b19c84

+ 0 - 1
src/views/process/list/handle.vue

@@ -960,7 +960,6 @@ export default {
               ? 2
               : parseInt(item.flowProperties),
           work_order_id: parseInt(this.$route.query.workOrderId),
-          remarks: this.dataList.remarks,
           tpls: this.tpls,
           fileList,
           tips

+ 1 - 0
src/views/process/list/model/transferSubmit.vue

@@ -106,6 +106,7 @@ export default {
         handleWorkOrder({
           work_order_id,
           fileUrl: JSON.stringify(this.fileUrl || []),
+          remarks: this.ruleForm.remarks,
           ...res
         }).then(async response => {
           load.endLoading();

+ 2 - 0
src/views/process/list/model/upload.vue

@@ -110,6 +110,7 @@ export default {
       const isLt2M = file.size / 1024 / 1024 < 5;
       if (!isLt2M) {
         this.$message.error("上传图片大小不能超过 5MB!");
+        return false;
       }
       this.uploadLoading = true;
       this.type = "image";
@@ -147,6 +148,7 @@ export default {
       const isLt2M = file.size / 1024 / 1024 < 5;
       if (!isLt2M) {
         this.$message.error("上传附件大小不能超过 5MB!");
+        return false;
       }
       this.uploadFileLoading = true;
       this.type = "file";

File diff suppressed because it is too large
+ 0 - 0
web/index.html


File diff suppressed because it is too large
+ 0 - 0
web/static/web/css/chunk-4853c1fa.978373a1.css


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/app.67bf7b2a.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-4853c1fa.f690c974.js


File diff suppressed because it is too large
+ 0 - 0
web/static/web/js/chunk-d133fd20.7173f30c.js


Some files were not shown because too many files changed in this diff