zouyu
2024-08-08 c263fb316fc23d9db98ce711fda30d81c28d2d9c
src/components/view/b2-standard-template.vue
@@ -112,7 +112,8 @@
               tagField: {},
               selectField: {},
               requiredAdd: ['name'],
               requiredUp: ['name']
               requiredUp: ['name'],
          needSort: ['createTime', 'updateTime', 'name'],
            },
            entityCopy: {},
            upIndex: 0,
@@ -134,8 +135,8 @@
         // window.excelExport = this.excelExport
      },
      methods: {
         refreshTable() {
            this.$refs['ValueTable'].selectList()
         refreshTable(e) {
            this.$refs['ValueTable'].selectList(e)
         },
         refresh() {
            this.componentData.entity = this.HaveJson(this.entityCopy)