Commit b04af85a authored by youjie's avatar youjie

no message

parent 1a7c2acb
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,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>
...@@ -737,6 +737,7 @@ ...@@ -737,6 +737,7 @@
return return
} }
let datas = this.formEdit let datas = this.formEdit
this.loadingB = true
this.apipost('/api/IntroduceFlowStat/SetPutInPeriodsDetial',datas, res=>{ this.apipost('/api/IntroduceFlowStat/SetPutInPeriodsDetial',datas, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dialogTableVisibleEdit = false; this.dialogTableVisibleEdit = false;
...@@ -747,6 +748,7 @@ ...@@ -747,6 +748,7 @@
} else { } else {
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
this.loadingB = false
}) })
}, },
closedDialogEdit(){ closedDialogEdit(){
......
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