diff --git a/src/views/site/studentWdkc/studentWdkc.vue b/src/views/site/studentWdkc/studentWdkc.vue index 2f8a9e2..5384a82 100644 --- a/src/views/site/studentWdkc/studentWdkc.vue +++ b/src/views/site/studentWdkc/studentWdkc.vue @@ -10,7 +10,9 @@
- {{ item.kcmc }} + + {{ item.kcmc }} +
diff --git a/src/views/zy/zyTlq/ZyTlqList.vue b/src/views/zy/zyTlq/ZyTlqList.vue index c4173ac..861c644 100644 --- a/src/views/zy/zyTlq/ZyTlqList.vue +++ b/src/views/zy/zyTlq/ZyTlqList.vue @@ -141,7 +141,7 @@ * 发布 */ function handleFabu(record) { - defHttp.post({ url: '/zyTlq/zyTlq/edit', params: { id: record.id,sffb: "1" } }).then(res => { + defHttp.post({ url: '/zyTlq/zyTlq/editFbtl', params: { id: record.id,sffb: "1" } }).then(res => { handleSuccess(); }); }