田源
2024-02-29 f616e63c427c6aa18273d0b9e360650ce7b4bcd1
整合代码
已修改1个文件
5 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -164,7 +164,8 @@
                           @current-change="handleCurrentChange">
            </el-pagination>
          </div>
          <el-dialog :visible.sync="syncDialogBox" append-to-body title="手动同步" top="200px" @close="syncClose" v-loading="syncLoading"width="30%">
          <el-dialog v-loading="syncLoading" :visible.sync="syncDialogBox" append-to-body title="手动同步" top="200px"
                     width="30%" @close="syncClose">
            <p style="display: inline-block">最后更新时间:</p>
            <el-date-picker
              v-model="SyncValue"
@@ -393,8 +394,6 @@
    },
  },
  created() {
    // const index = this.$route.query.id.indexOf('@name=') + '@name='.length;
    // this.result = this.$route.query.id.substring(index);
    getUserInfo().then(res => {
      this.result = res.data.data.realName
    })