shuishen
2024-01-08 7693110ccb88948b12a129ff078c03f9dcb3e381
Merge branches 'master' and 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
2 files modified
8 ■■■■■ changed files
src/views/article/discussionManage.vue 2 ●●● patch | view | raw | blame | history
src/views/article/publicSignUp.vue 6 ●●●●● patch | view | raw | blame | history
src/views/article/discussionManage.vue
@@ -747,4 +747,4 @@
  .avue-upload__icon {
    line-height: 6;
  }
</style>
</style>
src/views/article/publicSignUp.vue
@@ -416,8 +416,10 @@
        getDetailPd({
          articleId: row.id
        }).then((res) => {
          let data = res.data.data
          this.discussForm = data;
          if (res.data.data) {
            let data = res.data.data
            this.discussForm = data;
          }
        });
      },