Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -23,6 +23,10 @@ typeof: String, required: true, default: "" }, Formlist:{ type:Array, default:[] } }, data() { @@ -159,6 +163,8 @@ this.data = data.records this.page.total = data.total } else this.loading = false }else { this.data=[] } },