ysy 2 жил өмнө
parent
commit
e62e28c58d

+ 2 - 2
src/views/inspectionClassify/components/add.vue

@@ -42,7 +42,7 @@ export default {
   data() {
     return {
       visible: false,
-      title: '选择工序',
+      title: '选择质检标准',
 
       // 表格列配置
       columns: [
@@ -123,7 +123,7 @@ export default {
     async datasource({ page, limit, where }) {
       const res = await getList({
         ...where,
-        categoryId: this.categoryId,
+        categoryLevelId:  this.categoryId,
         pageNum: page,
         size: limit