lex-xin 4 년 전
부모
커밋
d35cdc7b4d
3개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/process/admin/process-manager.vue
  2. 0 0
      web/index.html
  3. 0 0
      web/static/web/js/chunk-b2979236.55018ca5.js

+ 6 - 1
src/views/process/admin/process-manager.vue

@@ -427,7 +427,6 @@ export default {
     },
     verifyProcess(structureValue) {
       for (var r of structureValue.nodes) {
-        console.log(r)
         if (r.sort === undefined || r.sort === null || r.sort === '') {
           return '流程节点顺序不能为空'
         } else if (r.label === undefined || r.label === null || r.label === '') {
@@ -459,6 +458,9 @@ export default {
           for (var n of structureValue.nodes) {
             n.sort = '1'
           }
+          for (var j of structureValue.edges) {
+            j.sort = '1'
+          }
           var r = this.verifyProcess(structureValue)
           if (r !== '') {
             this.$message.error(r)
@@ -483,6 +485,9 @@ export default {
           for (var n of structureValue.nodes) {
             n.sort = '1'
           }
+          for (var j of structureValue.edges) {
+            j.sort = '1'
+          }
           var r = this.verifyProcess(structureValue)
           if (r !== '') {
             this.$message.error(r)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/chunk-b2979236.55018ca5.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.