Commit b04af85a authored by youjie's avatar youjie

no message

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