liuyg
2021-08-27 0ca4e0cf74d7a12639f2884bab9111c3e0550593
src/views/talk/talk.vue
@@ -210,9 +210,9 @@
        d.push(row.imgurl[k].value);
      }
      row.imgurl = d.join(',');
      row.deptid = this.$store.getters.userInfo.dept_id;
      add(row).then(
        () => {
          row.deptid = this.$store.getters.userInfo.dept_id;
          this.onLoad(this.page);
          this.$message({
            type: "success",