ysy 2 년 전
부모
커밋
e62e28c58d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/inspectionClassify/components/add.vue

+ 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