zengh
2022-02-22 fa6eb4e94b2496773a281b0fac5582871e7d7b7a
src/views/activitys/activitys.vue
@@ -341,6 +341,7 @@
  },
  methods: {
    rowSave(row, done, loading) {
      row.type = 0;
      add(row).then(
        () => {
          this.onLoad(this.page);