Commit 3a92811e authored by youjie's avatar youjie

no message

parent b04af85a
...@@ -799,7 +799,7 @@ ...@@ -799,7 +799,7 @@
</el-form> </el-form>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" class="add-box-btn" @click="submitForm">确 定</el-button> <el-button type="primary" class="add-box-btn" @click="submitForm" :loading="loadingB">确 定</el-button>
<el-button class="add-box-btn add-box-cancel" @click="dialogTableVisibleEdit = false">取 消</el-button> <el-button class="add-box-btn add-box-cancel" @click="dialogTableVisibleEdit = false">取 消</el-button>
</div> </div>
</el-dialog> </el-dialog>
...@@ -1093,6 +1093,7 @@ ...@@ -1093,6 +1093,7 @@
SecondsNum:this.formEdit.SecondsNum,// 观看总时长 是 [string] 查看 SecondsNum:this.formEdit.SecondsNum,// 观看总时长 是 [string] 查看
NoteNum:this.formEdit.NoteNum,// 笔记数量 NoteNum:this.formEdit.NoteNum,// 笔记数量
} }
this.loadingB = true
this.apipost('/api/IntroduceFlowStat/SetFlowPeriodsDetial',datas, res=>{ this.apipost('/api/IntroduceFlowStat/SetFlowPeriodsDetial',datas, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.init() this.init()
...@@ -1104,6 +1105,7 @@ ...@@ -1104,6 +1105,7 @@
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}) })
this.loadingB = false
}, },
closedDialogEdit(){ closedDialogEdit(){
this.dialogTableVisibleEdit = false this.dialogTableVisibleEdit = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment