xiugaishuaxin

This commit is contained in:
shilixia 2021-05-11 13:05:08 +08:00
parent c664f060de
commit 6737cb445f
2 changed files with 3 additions and 1 deletions

View File

@ -406,6 +406,7 @@ export default {
updateQualityinspect(this.inspectTable.id, this.inspectTable).then((res) => {
if (res.code >= 200) {
this.dialogVisible = false;
this.getLists();
this.$message.success("成功");
}
});
@ -414,6 +415,7 @@ export default {
createQualityinspect(this.inspectTable).then((res) => {
if (res.code >= 200) {
this.dialogVisible = false;
this.getLists();
this.$message.success("成功");
}
});

View File

@ -314,7 +314,7 @@ export default {
//创建子任务
async confirm(form) {
this.inspecttask.inspecttask=this.$route.params.inpecttask;
this.inspecttask.inspecttask=this.$route.params.id;
createsubinspecttask(this.inspecttask).then((res) => {