diff --git a/client/src/views/qualityinspect/inspeatTask.vue b/client/src/views/qualityinspect/inspeatTask.vue
index 993d8ca..d914f94 100644
--- a/client/src/views/qualityinspect/inspeatTask.vue
+++ b/client/src/views/qualityinspect/inspeatTask.vue
@@ -26,7 +26,7 @@
创建报送任务创建巡查任务
diff --git a/client/src/views/qualityinspect/inspectTable.vue b/client/src/views/qualityinspect/inspectTable.vue
index 6728776..df9a4ae 100644
--- a/client/src/views/qualityinspect/inspectTable.vue
+++ b/client/src/views/qualityinspect/inspectTable.vue
@@ -1,6 +1,8 @@
-
+
+
+
创建模板
@@ -26,7 +28,6 @@
@@ -48,7 +49,9 @@
-
+
+
+
新增
@@ -109,6 +112,10 @@
+
+
+
+
-
+ /> -->
- {{ scope.row.dept__name }}
+ {{ scope.row.dept__name }}
@@ -244,9 +243,11 @@ export default {
},
- recorclickRow(scope) {
+ recorclickRow(row) {
+
this.listLoading2 = true;
- this.listQuery = {pageoff:true, subtask: this.id, dept:scope.row.dept}
+ this.listQuery = {pageoff:true, subtask: this.id, dept:row.dept}
+
this.getinspectrecordlist();
},