|
@@ -152,8 +152,8 @@ export default {
|
|
|
"method": "insertOrUpdate",
|
|
|
"content": this.form
|
|
|
})
|
|
|
-
|
|
|
- this.selectDetail()
|
|
|
+
|
|
|
+ /*this.selectDetail()*/
|
|
|
this.insertCoursewareauth(() => {
|
|
|
this.$router.push({path:'/archives_scdetails',query:{id:res.data.sat_coursewareid,rowindex:res.data.rowindex}})
|
|
|
})
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
this.queryFileLink()
|
|
|
-
|
|
|
+
|
|
|
this.form.status !== '新建' ? store.state.pageOnlyRead = true : store.state.pageOnlyRead = false
|
|
|
},
|
|
|
// 分类查询
|
|
@@ -268,4 +268,4 @@ export default {
|
|
|
<style>
|
|
|
</style>
|
|
|
<style scoped>
|
|
|
-</style>
|
|
|
+</style>
|