田源
2023-08-04 8199d1738e8b75ccad7f3465dfd88aac2bb1a160
Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -23,6 +23,10 @@
        typeof: String,
        required: true,
        default: ""
      },
      Formlist:{
        type:Array,
        default:[]
      }
    },
    data() {
@@ -39,7 +43,7 @@
            startData: [],
            form: {},
            option: {
              height: "auto",
              height: 340,
              border: true,
              align: 'center',
              menu:!this.checkStatus || this.crudLCStatus == 'Editing',
@@ -47,6 +51,7 @@
              index: true,
              searchMenuSpan: 8,
              searchBtn: false,
              refreshBtn:false,
              emptyBtn: false,
              columnBtn: false,
              editBtn:!this.checkStatus || this.crudLCStatus == 'Editing',
@@ -158,6 +163,8 @@
              this.data = data.records
              this.page.total = data.total
            } else this.loading = false
          }else {
            this.data=[]
          }
        },