lex-xin %!s(int64=4) %!d(string=hai) anos
pai
achega
d35cdc7b4d

+ 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)

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
web/index.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
web/static/web/js/chunk-b2979236.55018ca5.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio