xiugaishuaxin
This commit is contained in:
parent
c664f060de
commit
6737cb445f
|
|
@ -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("成功");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue