@jx3box/jx3box-common-ui 9.0.35 → 9.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "9.0.35",
3
+ "version": "9.0.37",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,7 +37,7 @@ export const manageTopicAll = (id, data) => {
37
37
  }
38
38
 
39
39
  export const getTopicDetails = (id) => {
40
- return $next().get(`${API_PREFIX}/community/discussion/topic/item/${id}`);
40
+ return $next().get(`${API_PREFIX}/community/discussion/manage/topic/item/${id}`);
41
41
  };
42
42
 
43
43
  // 菜单
package/src/App.vue CHANGED
@@ -314,7 +314,7 @@ export default {
314
314
  },
315
315
  loadCommunity: function () {
316
316
  // 72
317
- getTopicDetails(120).then((res) => {
317
+ getTopicDetails(4339).then((res) => {
318
318
  this.community = res.data.data;
319
319
  });
320
320
  },
@@ -282,6 +282,7 @@ export default {
282
282
 
283
283
  promises.push(
284
284
  updateTopicItem(id, {
285
+ ...this.post,
285
286
  user_id: Number(this.form.user_id),
286
287
  title: this.form.title,
287
288
  category: this.form.category,