浏览代码

商学院,公海线索调整

qymljy 1 年之前
父节点
当前提交
8267d664c0

+ 4 - 4
src/HManagement/archives_sc/list/modules/edit.vue

@@ -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>

+ 1 - 0
src/HManagement/clueManage/clue_public/modules/edit.vue

@@ -225,6 +225,7 @@ export default {
       this.form.totalinvestment !== 0 ? this.form.totalinvestment =  this.tool.formatAmount(this.form.totalinvestment,2): this.form.totalinvestment =''
       this.form.costofconstruction !== 0 ? this.form.costofconstruction =  this.tool.formatAmount(this.form.costofconstruction,2): this.form.costofconstruction =''
       this.queryTradefield()
+      this.queryUnitname()
     },
     async onSubmit () {
       if (this.form.begdate_due !== ''){