|
|
|
@ -99,7 +99,7 @@ |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="addFormVisible = false">关 闭</el-button> |
|
|
|
<el-button type="primary" @click="addXmTask">确 定</el-button> |
|
|
|
<el-button type="primary" @click="addXmTask" v-loading="load.edit" :disabled="load.edit">确 定</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
@ -309,6 +309,7 @@ export default { |
|
|
|
task.ntype=this.ntype |
|
|
|
task.ptype="0" |
|
|
|
task.id=null; |
|
|
|
this.load.edit=true; |
|
|
|
addTask(task).then((res) => { |
|
|
|
this.load.edit=false |
|
|
|
var tips=res.data.tips; |
|
|
|
|