zhangzengfei
2020-09-18 eff92aec207a73c94bddafe4c8eaf3fa96f17dc2
src/pages/library/components/personList.vue
@@ -543,7 +543,7 @@
export default {
  data() {
    return {
      timeRange: [new Date(2020, 7, 25, 8), new Date(new Date().setHours(23,59,59))],
      timeRange: [new Date(2020, 7, 25, 8), new Date(new Date().setHours(23, 59, 59))],
      memberInfo: {
        personName: '',
        sex: '',
@@ -705,7 +705,7 @@
      console.log("hello");
    },
    getUploadResult(result) {
      console.log(result, "上传的返回");
      // console.log(result, "上传的返回");
      this.uploadResult = result.data;
      this.dialogVisible = true;
      this.getPersonList();