田源
2023-08-04 c1f66ccc26d66317558fb39c255c4b7131ec8a7e
Source/UBCS-WEB/src/components/template/Stage.vue
@@ -1,5 +1,5 @@
<template>
    <div>
    <div v-if="Formlist.length>0">
        <avue-crud ref="crud" :table-loading="loading" :data="data" :option="option" :page.sync="page"
            @on-load="getDataList" @size-change="handleSizePage" @current-change="handleCurrentPage"
            @row-click="handleRowClick">
@@ -35,7 +35,11 @@
            typeof: String,
            required: true,
            default: ""
        }
        },
      Formlist:{
        type:Array,
        default:[]
      }
    },
    watch: {
      code: {