Commit 902b1c71 by liangzhen

暂存

1 parent 413ecf68
Showing with 4 additions and 0 deletions
......@@ -463,6 +463,10 @@ export default {
this.submitForm();
},
async zgqdauditTasks(){
if (this.checkedList.length < 1) {
this.$message.error("请选择");
return;
}
let res = await zgqdauditTasks(this.checkedList[0]);
if(res.code==200){
this.$message({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!